Html Css Color HEX #314C09 Turtle Green

📋 copy color: '#314C09'

red 49 ◦ green 76 ◦ blue 9

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

Shades of Turtle Green #314C09

Tints of Turtle Green #314C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 56.72%

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

R = 36.57%
G = 56.72%
B = 6.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#314C09 (or 0x314C09) is known color: Turtle Green. HEX triplet: 31, 4C and 09. RGB value is (49,76,9). Sum of RGB (Red+Green+Blue) = 49+76+9=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #314C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C09 is #CEB3F6. Grayscale: #3C3C3C. Windows color (decimal): -13546487 or 609329. OLE color: 609329.

HSL color Cylindrical-coordinate representation of color #314C09: hue angle of 84.18º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #314C09 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 9 -
CMYK 0.36 0 0.88 0.70
HSL 84.18º 0.79% 0.17% -
HSV(B) 84.18º 0.88% 0.3% -
XYZ 3.9 5.84 1.18 -
YUV 60.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 49 76 9 0.36 0 0.88 0.70 84.18 0.79 0.17
Hex 31 4C 9 24 0 58 46 54 4F 11
Octal 61 114 11 44 0 130 106 124 117 21
Binary 110001 1001100 1001 100100 0 1011000 1000110 1010100 1001111 10001

Color Harmonies of #314C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C09

Black with #314C09

Text Example


Text Example

White with #314C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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