#324310

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

Shades of Turtle Green #324310

Tints of Turtle Green #324310

Color information

#324310 (or 0x324310) is unknown color: approx Turtle Green. HEX triplet: 32, 43 and 10. RGB value is (50,67,16). Sum of RGB (Red+Green+Blue) = 50+67+16=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #324310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324310 is #CDBCEF. Grayscale: #383838. Windows color (decimal): -13483248 or 1065778. OLE color: 1065778.

HSL color Cylindrical-coordinate representation of color #324310: hue angle of 80º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324310 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB506716-
CMYK0.2500.760.74
HSL80º61.45%16.27%-
HSV(B)80º76.12%26.27%-
XYZ3.424.731.22-
YUV56.1105.37123.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=37.59%
G=50.38%
B=12.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067160.2500.760.748061.4516.27
Hex3243101904C4A503d10
Octal62103203101141121207520
Binary11001010000111000011001010011001001010101000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324310; }

 p { color: rgb(50,67,16); }

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

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

 a { background-color: rgb(50,67,16); }

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

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

 span { border-color: rgb(50,67,16); }

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