#32381F

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

Shades of Turtle Green #32381F

Tints of Turtle Green #32381F

Color information

#32381F (or 0x32381F) is unknown color: approx Turtle Green. HEX triplet: 32, 38 and 1F. RGB value is (50,56,31). Sum of RGB (Red+Green+Blue) = 50+56+31=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #32381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32381F is #CDC7E0. Grayscale: #333333. Windows color (decimal): -13486049 or 2046002. OLE color: 2046002.

HSL color Cylindrical-coordinate representation of color #32381F: hue angle of 74.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32381F is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB505631-
CMYK0.1100.450.78
HSL74.4º28.74%17.06%-
HSV(B)74.4º44.64%21.96%-
XYZ2.983.611.84-
YUV51.36116.51127.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=36.50%
G=40.88%
B=22.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056310.1100.450.7874.428.7417.06
Hex32381FB02D4E4a1d11
Octal627037130551161123521
Binary1100101110001111110110101101100111010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32381F; }

 p { color: rgb(50,56,31); }

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

<style>
 a { background-color: #32381F; }

 a { background-color: rgb(50,56,31); }

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

<style>
 span { border-color: #32381F; }

 span { border-color: rgb(50,56,31); }

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