Html Css Color HEX #314009 Turtle Green

📋 copy color: '#314009'

red 49 ◦ green 64 ◦ blue 9

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

Shades of Turtle Green #314009

Tints of Turtle Green #314009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.46%

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 40.16%
G = 52.46%
B = 7.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#314009 (or 0x314009) is known color: Turtle Green. HEX triplet: 31, 40 and 09. RGB value is (49,64,9). Sum of RGB (Red+Green+Blue) = 49+64+9=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #314009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314009 is #CEBFF6. Grayscale: #353535. Windows color (decimal): -13549559 or 606257. OLE color: 606257.

HSL color Cylindrical-coordinate representation of color #314009: hue angle of 76.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #314009 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 9 -
CMYK 0.23 0 0.86 0.75
HSL 76.36º 0.75% 0.14% -
HSV(B) 76.36º 0.86% 0.25% -
XYZ 3.15 4.34 0.93 -
YUV 53.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 49 64 9 0.23 0 0.86 0.75 76.36 0.75 0.14
Hex 31 40 9 17 0 56 4B 4C 4B E
Octal 61 100 11 27 0 126 113 114 113 16
Binary 110001 1000000 1001 10111 0 1010110 1001011 1001100 1001011 1110

Color Harmonies of #314009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314009

Black with #314009

Text Example


Text Example

White with #314009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314009; }

 p { color: rgb(49,64,9); }

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

background-color css

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

 a { background-color: rgb(49,64,9); }

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

border-color css

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

 span { border-color: rgb(49,64,9); }

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