#32371D

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

Shades of Turtle Green #32371D

Tints of Turtle Green #32371D

Color information

#32371D (or 0x32371D) is unknown color: approx Turtle Green. HEX triplet: 32, 37 and 1D. RGB value is (50,55,29). Sum of RGB (Red+Green+Blue) = 50+55+29=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #32371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32371D is #CDC8E2. Grayscale: #323232. Windows color (decimal): -13486307 or 1914674. OLE color: 1914674.

HSL color Cylindrical-coordinate representation of color #32371D: hue angle of 71.54º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32371D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB505529-
CMYK0.0900.470.78
HSL71.54º30.95%16.47%-
HSV(B)71.54º47.27%21.57%-
XYZ2.93.51.68-
YUV50.54115.84127.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=37.31%
G=41.04%
B=21.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5055290.0900.470.7871.5430.9516.47
Hex32371D902F4E481f10
Octal626735110571161103720
Binary1100101101111110110010101111100111010010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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