#32370C

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

Shades of Turtle Green #32370C

Tints of Turtle Green #32370C

Color information

#32370C (or 0x32370C) is unknown color: approx Turtle Green. HEX triplet: 32, 37 and 0C. RGB value is (50,55,12). Sum of RGB (Red+Green+Blue) = 50+55+12=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #32370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32370C is #CDC8F3. Grayscale: #303030. Windows color (decimal): -13486324 or 800562. OLE color: 800562.

HSL color Cylindrical-coordinate representation of color #32370C: hue angle of 66.98º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32370C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB505512-
CMYK0.0900.780.78
HSL66.98º64.18%13.14%-
HSV(B)66.98º78.18%21.57%-
XYZ2.753.440.87-
YUV48.6107.34129-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=42.74%
G=47.01%
B=10.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5055120.0900.780.7866.9864.1813.14
Hex3237C904E4E4340d
Octal62671411011611610310015
Binary11001011011111001001010011101001110100001110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32370C; }

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

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

<style>
 a { background-color: #32370C; }

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

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

<style>
 span { border-color: #32370C; }

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

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