#31350E

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

Shades of Turtle Green #31350E

Tints of Turtle Green #31350E

Color information

#31350E (or 0x31350E) is unknown color: approx Turtle Green. HEX triplet: 31, 35 and 0E. RGB value is (49,53,14). Sum of RGB (Red+Green+Blue) = 49+53+14=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #31350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31350E is #CECAF1. Grayscale: #2F2F2F. Windows color (decimal): -13552370 or 931121. OLE color: 931121.

HSL color Cylindrical-coordinate representation of color #31350E: hue angle of 66.15º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31350E is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB495314-
CMYK0.0800.740.79
HSL66.15º58.21%13.14%-
HSV(B)66.15º73.58%20.78%-
XYZ2.623.230.9-
YUV47.36109.17129.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=42.24%
G=45.69%
B=12.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953140.0800.740.7966.1558.2113.14
Hex3135E804A4F423ad
Octal6165161001121171027215
Binary1100011101011110100001001010100111110000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31350E; }

 p { color: rgb(49,53,14); }

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

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

 a { background-color: rgb(49,53,14); }

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

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

 span { border-color: rgb(49,53,14); }

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