#32361D

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

Shades of Turtle Green #32361D

Tints of Turtle Green #32361D

Color information

#32361D (or 0x32361D) is unknown color: approx Turtle Green. HEX triplet: 32, 36 and 1D. RGB value is (50,54,29). Sum of RGB (Red+Green+Blue) = 50+54+29=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #32361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32361D is #CDC9E2. Grayscale: #323232. Windows color (decimal): -13486563 or 1914418. OLE color: 1914418.

HSL color Cylindrical-coordinate representation of color #32361D: hue angle of 69.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32361D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB505429-
CMYK0.0700.460.79
HSL69.6º30.12%16.27%-
HSV(B)69.6º46.3%21.18%-
XYZ2.863.411.67-
YUV49.95116.17128.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=37.59%
G=40.60%
B=21.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5054290.0700.460.7969.630.1216.27
Hex32361D702E4F461e10
Octal62663570561171063620
Binary110010110110111011110101110100111110001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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