#32411A

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

Shades of Turtle Green #32411A

Tints of Turtle Green #32411A

Color information

#32411A (or 0x32411A) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 1A. RGB value is (50,65,26). Sum of RGB (Red+Green+Blue) = 50+65+26=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #32411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32411A is #CDBEE5. Grayscale: #383838. Windows color (decimal): -13483750 or 1720626. OLE color: 1720626.

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

Color convert

RGB506526-
CMYK0.2300.600.75
HSL83.08º42.86%17.84%-
HSV(B)83.08º60%25.49%-
XYZ3.394.531.67-
YUV56.07111.03123.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=35.46%
G=46.10%
B=18.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065260.2300.600.7583.0842.8617.84
Hex32411A1703C4B532b12
Octal6210132270741131235322
Binary1100101000001110101011101111001001011101001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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