Html Css Color HEX #314204 Turtle Green

📋 copy color: '#314204'

red 49 ◦ green 66 ◦ blue 4

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

Shades of Turtle Green #314204

Tints of Turtle Green #314204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 41.18%
G = 55.46%
B = 3.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#314204 (or 0x314204) is known color: Turtle Green. HEX triplet: 31, 42 and 04. RGB value is (49,66,4). Sum of RGB (Red+Green+Blue) = 49+66+4=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #314204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314204 is #CEBDFB. Grayscale: #363636. Windows color (decimal): -13549052 or 279089. OLE color: 279089.

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

Color convert

RGB 49 66 4 -
CMYK 0.26 0 0.94 0.74
HSL 76.45º 0.89% 0.14% -
HSV(B) 76.45º 0.94% 0.26% -
XYZ 3.24 4.56 0.82 -
YUV 53.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 49 66 4 0.26 0 0.94 0.74 76.45 0.89 0.14
Hex 31 42 4 1A 0 5E 4A 4C 59 E
Octal 61 102 4 32 0 136 112 114 131 16
Binary 110001 1000010 100 11010 0 1011110 1001010 1001100 1011001 1110

Color Harmonies of #314204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314204

Black with #314204

Text Example


Text Example

White with #314204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314204; }

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

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

background-color css

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

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

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

border-color css

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

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

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