#314B0D

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

Shades of Turtle Green #314B0D

Tints of Turtle Green #314B0D

Color information

#314B0D (or 0x314B0D) is unknown color: approx Turtle Green. HEX triplet: 31, 4B and 0D. RGB value is (49,75,13). Sum of RGB (Red+Green+Blue) = 49+75+13=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #314B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B0D is #CEB4F2. Grayscale: #3C3C3C. Windows color (decimal): -13546739 or 871217. OLE color: 871217.

HSL color Cylindrical-coordinate representation of color #314B0D: hue angle of 85.16º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #314B0D is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB497513-
CMYK0.3500.830.71
HSL85.16º70.45%17.25%-
HSV(B)85.16º82.67%29.41%-
XYZ3.865.711.28-
YUV60.16101.39120.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 75 (29.69% from 255) = 54.74%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=35.77%
G=54.74%
B=9.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975130.3500.830.7185.1670.4517.25
Hex314BD2305347554611
Octal611131543012310712510621
Binary110001100101111011000110101001110001111010101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,75,13); }

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

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

 a { background-color: rgb(49,75,13); }

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

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

 span { border-color: rgb(49,75,13); }

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