#314609

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

Shades of Turtle Green #314609

Tints of Turtle Green #314609

Color information

#314609 (or 0x314609) is unknown color: approx Turtle Green. HEX triplet: 31, 46 and 09. RGB value is (49,70,9). Sum of RGB (Red+Green+Blue) = 49+70+9=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #314609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314609 is #CEB9F6. Grayscale: #383838. Windows color (decimal): -13548023 or 607793. OLE color: 607793.

HSL color Cylindrical-coordinate representation of color #314609: hue angle of 80.66º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #314609 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB49709-
CMYK0.3000.870.73
HSL80.66º77.22%15.49%-
HSV(B)80.66º87.14%27.45%-
XYZ3.515.051.05-
YUV56.77101.04122.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=38.28%
G=54.69%
B=7.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal497090.3000.870.7380.6677.2215.49
Hex314691E05749514df
Octal611061136012711112111517
Binary1100011000110100111110010101111001001101000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314609; }

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

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

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

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

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

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

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

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