#314912

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

Shades of Turtle Green #314912

Tints of Turtle Green #314912

Color information

#314912 (or 0x314912) is unknown color: approx Turtle Green. HEX triplet: 31, 49 and 12. RGB value is (49,73,18). Sum of RGB (Red+Green+Blue) = 49+73+18=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #314912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314912 is #CEB6ED. Grayscale: #3B3B3B. Windows color (decimal): -13547246 or 1198385. OLE color: 1198385.

HSL color Cylindrical-coordinate representation of color #314912: hue angle of 86.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314912 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB497318-
CMYK0.3300.750.71
HSL86.18º60.44%17.84%-
HSV(B)86.18º75.34%28.63%-
XYZ3.765.461.43-
YUV59.55104.55120.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=35%
G=52.14%
B=12.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973180.3300.750.7186.1860.4417.84
Hex3149122104B47563c12
Octal61111224101131071267422
Binary110001100100110010100001010010111000111101011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314912; }

 p { color: rgb(49,73,18); }

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

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

 a { background-color: rgb(49,73,18); }

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

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

 span { border-color: rgb(49,73,18); }

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