#32411B

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

Shades of Turtle Green #32411B

Tints of Turtle Green #32411B

Color information

#32411B (or 0x32411B) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 1B. RGB value is (50,65,27). Sum of RGB (Red+Green+Blue) = 50+65+27=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #32411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32411B is #CDBEE4. Grayscale: #383838. Windows color (decimal): -13483749 or 1786162. OLE color: 1786162.

HSL color Cylindrical-coordinate representation of color #32411B: hue angle of 83.68º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32411B is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB506527-
CMYK0.2300.580.75
HSL83.68º41.3%18.04%-
HSV(B)83.68º58.46%25.49%-
XYZ3.44.541.73-
YUV56.18111.53123.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=35.21%
G=45.77%
B=19.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065270.2300.580.7583.6841.318.04
Hex32411B1703A4B542912
Octal6210133270721131245122
Binary1100101000001110111011101110101001011101010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,65,27); }

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

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

 a { background-color: rgb(50,65,27); }

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

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

 span { border-color: rgb(50,65,27); }

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