Html Css Color HEX #314211 Turtle Green

📋 copy color: '#314211'

red 49 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #314211

Tints of Turtle Green #314211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 37.12%
G = 50%
B = 12.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#314211 (or 0x314211) is known color: Turtle Green. HEX triplet: 31, 42 and 11. RGB value is (49,66,17). Sum of RGB (Red+Green+Blue) = 49+66+17=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #314211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314211 is #CEBDEE. Grayscale: #373737. Windows color (decimal): -13549039 or 1131057. OLE color: 1131057.

HSL color Cylindrical-coordinate representation of color #314211: hue angle of 80.82º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314211 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 17 -
CMYK 0.26 0 0.74 0.74
HSL 80.82º 0.59% 0.16% -
HSV(B) 80.82º 0.74% 0.26% -
XYZ 3.32 4.59 1.24 -
YUV 55.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 49 66 17 0.26 0 0.74 0.74 80.82 0.59 0.16
Hex 31 42 11 1A 0 4A 4A 51 3B 10
Octal 61 102 21 32 0 112 112 121 73 20
Binary 110001 1000010 10001 11010 0 1001010 1001010 1010001 111011 10000

Color Harmonies of #314211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314211

Black with #314211

Text Example


Text Example

White with #314211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314211; }

 p { color: rgb(49,66,17); }

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

background-color css

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

 a { background-color: rgb(49,66,17); }

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

border-color css

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

 span { border-color: rgb(49,66,17); }

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