#32350D

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

Shades of Turtle Green #32350D

Tints of Turtle Green #32350D

Color information

#32350D (or 0x32350D) is unknown color: approx Turtle Green. HEX triplet: 32, 35 and 0D. RGB value is (50,53,13). Sum of RGB (Red+Green+Blue) = 50+53+13=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #32350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32350D is #CDCAF2. Grayscale: #2F2F2F. Windows color (decimal): -13486835 or 865586. OLE color: 865586.

HSL color Cylindrical-coordinate representation of color #32350D: hue angle of 64.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32350D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB505313-
CMYK0.0600.750.79
HSL64.5º60.61%12.94%-
HSV(B)64.5º75.47%20.78%-
XYZ2.663.250.87-
YUV47.54108.51129.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=43.10%
G=45.69%
B=11.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053130.0600.750.7964.560.6112.94
Hex3235D604B4F403dd
Octal626515601131171007515
Binary110010110101110111001001011100111110000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,53,13); }

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

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

 a { background-color: rgb(50,53,13); }

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

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

 span { border-color: rgb(50,53,13); }

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