#324705

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

Shades of Turtle Green #324705

Tints of Turtle Green #324705

Color information

#324705 (or 0x324705) is unknown color: approx Turtle Green. HEX triplet: 32, 47 and 05. RGB value is (50,71,5). Sum of RGB (Red+Green+Blue) = 50+71+5=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #324705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324705 is #CDB8FA. Grayscale: #393939. Windows color (decimal): -13482235 or 345906. OLE color: 345906.

HSL color Cylindrical-coordinate representation of color #324705: hue angle of 79.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #324705 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB50715-
CMYK0.3000.930.72
HSL79.09º86.84%14.9%-
HSV(B)79.09º92.96%27.84%-
XYZ3.65.20.96-
YUV57.298.54122.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=39.68%
G=56.35%
B=3.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal507150.3000.930.7279.0986.8414.9
Hex324751E05D484f57f
Octal62107536013511011712717
Binary110010100011110111110010111011001000100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324705; }

 p { color: rgb(50,71,5); }

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

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

 a { background-color: rgb(50,71,5); }

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

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

 span { border-color: rgb(50,71,5); }

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