#32401B

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

Shades of Turtle Green #32401B

Tints of Turtle Green #32401B

Color information

#32401B (or 0x32401B) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 1B. RGB value is (50,64,27). Sum of RGB (Red+Green+Blue) = 50+64+27=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #32401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32401B is #CDBFE4. Grayscale: #373737. Windows color (decimal): -13484005 or 1785906. OLE color: 1785906.

HSL color Cylindrical-coordinate representation of color #32401B: hue angle of 82.7º 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 #32401B is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB506427-
CMYK0.2200.580.75
HSL82.7º40.66%17.84%-
HSV(B)82.7º57.81%25.1%-
XYZ3.354.421.71-
YUV55.6111.86124.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=35.46%
G=45.39%
B=19.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064270.2200.580.7582.740.6617.84
Hex32401B1603A4B532912
Octal6210033260721131235122
Binary1100101000000110111011001110101001011101001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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