#32381B

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

Shades of Turtle Green #32381B

Tints of Turtle Green #32381B

Color information

#32381B (or 0x32381B) is unknown color: approx Turtle Green. HEX triplet: 32, 38 and 1B. RGB value is (50,56,27). Sum of RGB (Red+Green+Blue) = 50+56+27=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #32381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32381B is #CDC7E4. Grayscale: #333333. Windows color (decimal): -13486053 or 1783858. OLE color: 1783858.

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

Color convert

RGB505627-
CMYK0.1100.520.78
HSL72.41º34.94%16.27%-
HSV(B)72.41º51.79%21.96%-
XYZ2.933.591.57-
YUV50.9114.51127.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=37.59%
G=42.11%
B=20.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056270.1100.520.7872.4134.9416.27
Hex32381BB0344E482310
Octal627033130641161104320
Binary11001011100011011101101101001001110100100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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