#314008

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

Shades of Turtle Green #314008

Tints of Turtle Green #314008

Color information

#314008 (or 0x314008) is unknown color: approx Turtle Green. HEX triplet: 31, 40 and 08. RGB value is (49,64,8). Sum of RGB (Red+Green+Blue) = 49+64+8=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #314008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314008 is #CEBFF7. Grayscale: #353535. Windows color (decimal): -13549560 or 540721. OLE color: 540721.

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

Color convert

RGB49648-
CMYK0.2300.870.75
HSL76.07º77.78%14.12%-
HSV(B)76.07º87.5%25.1%-
XYZ3.144.340.9-
YUV53.13102.53125.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=40.50%
G=52.89%
B=6.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal496480.2300.870.7576.0777.7814.12
Hex31408170574B4c4ee
Octal611001027012711311411616
Binary1100011000000100010111010101111001011100110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314008; }

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

 H1.HeaderClassName
 {
   color: #314008;
 }
 .AnyTagClassName
 {
   color: #314008;
 }
</style>
background-color css

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

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

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

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

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

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