#314B11

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

Shades of Turtle Green #314B11

Tints of Turtle Green #314B11

Color information

#314B11 (or 0x314B11) is unknown color: approx Turtle Green. HEX triplet: 31, 4B and 11. RGB value is (49,75,17). Sum of RGB (Red+Green+Blue) = 49+75+17=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #314B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B11 is #CEB4EE. Grayscale: #3C3C3C. Windows color (decimal): -13546735 or 1133361. OLE color: 1133361.

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

Color convert

RGB497517-
CMYK0.3500.770.71
HSL86.9º63.04%18.04%-
HSV(B)86.9º77.33%29.41%-
XYZ3.885.731.43-
YUV60.61103.39119.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=34.75%
G=53.19%
B=12.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975170.3500.770.7186.963.0418.04
Hex314B112304D47573f12
Octal61113214301151071277722
Binary110001100101110001100011010011011000111101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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