#32410D

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

Shades of Turtle Green #32410D

Tints of Turtle Green #32410D

Color information

#32410D (or 0x32410D) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 0D. RGB value is (50,65,13). Sum of RGB (Red+Green+Blue) = 50+65+13=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #32410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32410D is #CDBEF2. Grayscale: #363636. Windows color (decimal): -13483763 or 868658. OLE color: 868658.

HSL color Cylindrical-coordinate representation of color #32410D: hue angle of 77.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32410D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB506513-
CMYK0.2300.800.75
HSL77.31º66.67%15.29%-
HSV(B)77.31º80%25.49%-
XYZ3.284.491.07-
YUV54.59104.53124.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=39.06%
G=50.78%
B=10.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065130.2300.800.7577.3166.6715.29
Hex3241D170504B4d43f
Octal621011527012011311510317
Binary1100101000001110110111010100001001011100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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