#32550C

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

Shades of Turtle Green #32550C

Tints of Turtle Green #32550C

Color information

#32550C (or 0x32550C) is unknown color: approx Turtle Green. HEX triplet: 32, 55 and 0C. RGB value is (50,85,12). Sum of RGB (Red+Green+Blue) = 50+85+12=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #32550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32550C is #CDAAF3. Grayscale: #424242. Windows color (decimal): -13478644 or 808242. OLE color: 808242.

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

Color convert

RGB508512-
CMYK0.4100.860.67
HSL88.77º75.26%19.02%-
HSV(B)88.77º85.88%33.33%-
XYZ4.637.21.49-
YUV66.2197.4116.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=34.01%
G=57.82%
B=8.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085120.4100.860.6788.7775.2619.02
Hex3255C2905643594b13
Octal621251451012610313111323
Binary110010101010111001010010101011010000111011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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