Html Css Color HEX #314715 Turtle Green

📋 copy color: '#314715'

red 49 ◦ green 71 ◦ blue 21

#314715
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #314715

Tints of Turtle Green #314715

RGB

 RED value IS 49 (19.53% from 255) = 34.75%

 GREEN value IS 71 (28.13% from 255) = 50.35%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 34.75%
G = 50.35%
B = 14.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#314715 (or 0x314715) is known color: Turtle Green. HEX triplet: 31, 47 and 15. RGB value is (49,71,21). Sum of RGB (Red+Green+Blue) = 49+71+21=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #314715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314715 is #CEB8EA. Grayscale: #3A3A3A. Windows color (decimal): -13547755 or 1394481. OLE color: 1394481.

HSL color Cylindrical-coordinate representation of color #314715: hue angle of 86.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314715 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 21 -
CMYK 0.31 0 0.70 0.72
HSL 86.4º 0.54% 0.18% -
HSV(B) 86.4º 0.7% 0.28% -
XYZ 3.66 5.21 1.52 -
YUV 58.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 49 71 21 0.31 0 0.70 0.72 86.4 0.54 0.18
Hex 31 47 15 1F 0 46 48 56 36 12
Octal 61 107 25 37 0 106 110 126 66 22
Binary 110001 1000111 10101 11111 0 1000110 1001000 1010110 110110 10010

Color Harmonies of #314715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314715

Black with #314715

Text Example


Text Example

White with #314715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314715; }

 p { color: rgb(49,71,21); }

 H1.HeaderClassName
 {
   color: #314715;
 }
 .AnyTagClassName
 {
   color: #314715;
 }
</style>

background-color css

<style>
 a { background-color: #314715; }

 a { background-color: rgb(49,71,21); }

 div.DivClassName
 {
   background-color: #314715;
 }
 .BgClassName
 {
   background-color: #314715;
 }
</style>

border-color css

<style>
 span { border-color: #314715; }

 span { border-color: rgb(49,71,21); }

 td.TdClassName
 {
   border-color: #314715;
 }
 .TagClassName
 {
   border-color: #314715;
 }
</style>