Html Css Color HEX #314214 Turtle Green

📋 copy color: '#314214'

red 49 ◦ green 66 ◦ blue 20

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

Shades of Turtle Green #314214

Tints of Turtle Green #314214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 36.3%
G = 48.89%
B = 14.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#314214 (or 0x314214) is known color: Turtle Green. HEX triplet: 31, 42 and 14. RGB value is (49,66,20). Sum of RGB (Red+Green+Blue) = 49+66+20=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #314214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314214 is #CEBDEB. Grayscale: #373737. Windows color (decimal): -13549036 or 1327665. OLE color: 1327665.

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

Color convert

RGB 49 66 20 -
CMYK 0.26 0 0.70 0.74
HSL 82.17º 0.53% 0.17% -
HSV(B) 82.17º 0.7% 0.26% -
XYZ 3.34 4.6 1.37 -
YUV 55.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 49 66 20 0.26 0 0.70 0.74 82.17 0.53 0.17
Hex 31 42 14 1A 0 46 4A 52 35 11
Octal 61 102 24 32 0 106 112 122 65 21
Binary 110001 1000010 10100 11010 0 1000110 1001010 1010010 110101 10001

Color Harmonies of #314214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314214

Black with #314214

Text Example


Text Example

White with #314214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314214; }

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

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

background-color css

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

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

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

border-color css

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

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

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