#32391F

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

Shades of Turtle Green #32391F

Tints of Turtle Green #32391F

Color information

#32391F (or 0x32391F) is unknown color: approx Turtle Green. HEX triplet: 32, 39 and 1F. RGB value is (50,57,31). Sum of RGB (Red+Green+Blue) = 50+57+31=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #32391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32391F is #CDC6E0. Grayscale: #343434. Windows color (decimal): -13485793 or 2046258. OLE color: 2046258.

HSL color Cylindrical-coordinate representation of color #32391F: hue angle of 76.15º 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 #32391F is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB505731-
CMYK0.1200.460.78
HSL76.15º29.55%17.25%-
HSV(B)76.15º45.61%22.35%-
XYZ3.033.71.85-
YUV51.94116.18126.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=36.23%
G=41.30%
B=22.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057310.1200.460.7876.1529.5517.25
Hex32391FC02E4E4c1e11
Octal627137140561161143621
Binary1100101110011111111000101110100111010011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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