#31350B

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

Shades of Turtle Green #31350B

Tints of Turtle Green #31350B

Color information

#31350B (or 0x31350B) is unknown color: approx Turtle Green. HEX triplet: 31, 35 and 0B. RGB value is (49,53,11). Sum of RGB (Red+Green+Blue) = 49+53+11=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #31350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31350B is #CECAF4. Grayscale: #2F2F2F. Windows color (decimal): -13552373 or 734513. OLE color: 734513.

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

Color convert

RGB495311-
CMYK0.0800.790.79
HSL65.71º65.62%12.55%-
HSV(B)65.71º79.25%20.78%-
XYZ2.63.220.8-
YUV47.02107.67129.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=43.36%
G=46.90%
B=9.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953110.0800.790.7965.7165.6212.55
Hex3135B804F4F4242d
Octal61651310011711710210215
Binary11000111010110111000010011111001111100001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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