#32550E

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

Shades of Turtle Green #32550E

Tints of Turtle Green #32550E

Color information

#32550E (or 0x32550E) is unknown color: approx Turtle Green. HEX triplet: 32, 55 and 0E. RGB value is (50,85,14). Sum of RGB (Red+Green+Blue) = 50+85+14=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #32550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32550E is #CDAAF1. Grayscale: #424242. Windows color (decimal): -13478642 or 939314. OLE color: 939314.

HSL color Cylindrical-coordinate representation of color #32550E: hue angle of 89.58º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32550E is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB508514-
CMYK0.4100.840.67
HSL89.58º71.72%19.41%-
HSV(B)89.58º83.53%33.33%-
XYZ4.647.211.56-
YUV66.4498.4116.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=33.56%
G=57.05%
B=9.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085140.4100.840.6789.5871.7219.41
Hex3255E29054435a4813
Octal621251651012410313211023
Binary110010101010111101010010101010010000111011010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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