#32540A

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

Shades of Turtle Green #32540A

Tints of Turtle Green #32540A

Color information

#32540A (or 0x32540A) is unknown color: approx Turtle Green. HEX triplet: 32, 54 and 0A. RGB value is (50,84,10). Sum of RGB (Red+Green+Blue) = 50+84+10=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #32540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32540A is #CDABF5. Grayscale: #414141. Windows color (decimal): -13478902 or 676914. OLE color: 676914.

HSL color Cylindrical-coordinate representation of color #32540A: hue angle of 87.57º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32540A is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB508410-
CMYK0.4000.880.67
HSL87.57º78.72%18.43%-
HSV(B)87.57º88.1%32.94%-
XYZ4.547.041.41-
YUV65.496.74117.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 84 (33.20% from 255) = 58.33%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=34.72%
G=58.33%
B=6.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084100.4000.880.6787.5778.7218.43
Hex3254A2805843584f12
Octal621241250013010313011722
Binary110010101010010101010000101100010000111011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32540A; }

 p { color: rgb(50,84,10); }

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

<style>
 a { background-color: #32540A; }

 a { background-color: rgb(50,84,10); }

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

<style>
 span { border-color: #32540A; }

 span { border-color: rgb(50,84,10); }

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