#32381D

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

Shades of Turtle Green #32381D

Tints of Turtle Green #32381D

Color information

#32381D (or 0x32381D) is unknown color: approx Turtle Green. HEX triplet: 32, 38 and 1D. RGB value is (50,56,29). Sum of RGB (Red+Green+Blue) = 50+56+29=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #32381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32381D is #CDC7E2. Grayscale: #333333. Windows color (decimal): -13486051 or 1914930. OLE color: 1914930.

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

Color convert

RGB505629-
CMYK0.1100.480.78
HSL73.33º31.76%16.67%-
HSV(B)73.33º48.21%21.96%-
XYZ2.953.61.7-
YUV51.13115.51127.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=37.04%
G=41.48%
B=21.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056290.1100.480.7873.3331.7616.67
Hex32381DB0304E492011
Octal627035130601161114021
Binary11001011100011101101101100001001110100100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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