#31540C

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

Shades of Turtle Green #31540C

Tints of Turtle Green #31540C

Color information

#31540C (or 0x31540C) is unknown color: approx Turtle Green. HEX triplet: 31, 54 and 0C. RGB value is (49,84,12). Sum of RGB (Red+Green+Blue) = 49+84+12=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #31540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31540C is #CEABF3. Grayscale: #414141. Windows color (decimal): -13544436 or 807985. OLE color: 807985.

HSL color Cylindrical-coordinate representation of color #31540C: hue angle of 89.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31540C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB498412-
CMYK0.4200.860.67
HSL89.17º75%18.82%-
HSV(B)89.17º85.71%32.94%-
XYZ4.57.021.47-
YUV65.3397.9116.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 84 (33.20% from 255) = 57.93%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=33.79%
G=57.93%
B=8.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984120.4200.860.6789.177518.82
Hex3154C2A05643594b13
Octal611241452012610313111323
Binary110001101010011001010100101011010000111011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31540C; }

 p { color: rgb(49,84,12); }

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

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

 a { background-color: rgb(49,84,12); }

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

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

 span { border-color: rgb(49,84,12); }

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