#31550C

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

Shades of Turtle Green #31550C

Tints of Turtle Green #31550C

Color information

#31550C (or 0x31550C) is unknown color: approx Turtle Green. HEX triplet: 31, 55 and 0C. RGB value is (49,85,12). Sum of RGB (Red+Green+Blue) = 49+85+12=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #31550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31550C is #CEAAF3. Grayscale: #424242. Windows color (decimal): -13544180 or 808241. OLE color: 808241.

HSL color Cylindrical-coordinate representation of color #31550C: hue angle of 89.59º 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 #31550C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB498512-
CMYK0.4200.860.67
HSL89.59º75.26%19.02%-
HSV(B)89.59º85.88%33.33%-
XYZ4.587.181.49-
YUV65.9197.57115.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=33.56%
G=58.22%
B=8.22%

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
Decimal4985120.4200.860.6789.5975.2619.02
Hex3155C2A056435a4b13
Octal611251452012610313211323
Binary110001101010111001010100101011010000111011010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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