Html Css Color HEX #314210 Turtle Green

📋 copy color: '#314210'

red 49 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #314210

Tints of Turtle Green #314210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 37.4%
G = 50.38%
B = 12.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#314210 (or 0x314210) is known color: Turtle Green. HEX triplet: 31, 42 and 10. RGB value is (49,66,16). Sum of RGB (Red+Green+Blue) = 49+66+16=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #314210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314210 is #CEBDEF. Grayscale: #373737. Windows color (decimal): -13549040 or 1065521. OLE color: 1065521.

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

Color convert

RGB 49 66 16 -
CMYK 0.26 0 0.76 0.74
HSL 80.4º 0.61% 0.16% -
HSV(B) 80.4º 0.76% 0.26% -
XYZ 3.31 4.59 1.2 -
YUV 55.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 49 66 16 0.26 0 0.76 0.74 80.4 0.61 0.16
Hex 31 42 10 1A 0 4C 4A 50 3D 10
Octal 61 102 20 32 0 114 112 120 75 20
Binary 110001 1000010 10000 11010 0 1001100 1001010 1010000 111101 10000

Color Harmonies of #314210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314210

Black with #314210

Text Example


Text Example

White with #314210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314210; }

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

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

background-color css

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

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

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

border-color css

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

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

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