#32381E

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

Shades of Turtle Green #32381E

Tints of Turtle Green #32381E

Color information

#32381E (or 0x32381E) is unknown color: approx Turtle Green. HEX triplet: 32, 38 and 1E. RGB value is (50,56,30). Sum of RGB (Red+Green+Blue) = 50+56+30=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #32381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32381E is #CDC7E1. Grayscale: #333333. Windows color (decimal): -13486050 or 1980466. OLE color: 1980466.

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

Color convert

RGB505630-
CMYK0.1100.460.78
HSL73.85º30.23%16.86%-
HSV(B)73.85º46.43%21.96%-
XYZ2.963.61.77-
YUV51.24116.01127.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=36.76%
G=41.18%
B=22.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056300.1100.460.7873.8530.2316.86
Hex32381EB02E4E4a1e11
Octal627036130561161123621
Binary1100101110001111010110101110100111010010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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