#314C09

Color #314C09 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #314C09

Tints of Turtle Green #314C09

Color information

#314C09 (or 0x314C09) is unknown color: approx 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

RGB49769-
CMYK0.3600.880.70
HSL84.18º78.82%16.67%-
HSV(B)84.18º88.16%29.8%-
XYZ3.95.841.18-
YUV60.2999.05119.95-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal497690.3600.880.7084.1878.8216.67
Hex314C92405846544f11
Octal611141144013010612411721
Binary110001100110010011001000101100010001101010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>