#32510D

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

Shades of Turtle Green #32510D

Tints of Turtle Green #32510D

Color information

#32510D (or 0x32510D) is unknown color: approx Turtle Green. HEX triplet: 32, 51 and 0D. RGB value is (50,81,13). Sum of RGB (Red+Green+Blue) = 50+81+13=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #32510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32510D is #CDAEF2. Grayscale: #404040. Windows color (decimal): -13479667 or 872754. OLE color: 872754.

HSL color Cylindrical-coordinate representation of color #32510D: hue angle of 87.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32510D is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB508113-
CMYK0.3800.840.68
HSL87.35º72.34%18.43%-
HSV(B)87.35º83.95%31.76%-
XYZ4.336.591.42-
YUV63.9899.23118.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=34.72%
G=56.25%
B=9.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081130.3800.840.6887.3572.3418.43
Hex3251D2605444574812
Octal621211546012410412711022
Binary110010101000111011001100101010010001001010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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