#324608

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

Shades of Turtle Green #324608

Tints of Turtle Green #324608

Color information

#324608 (or 0x324608) is unknown color: approx Turtle Green. HEX triplet: 32, 46 and 08. RGB value is (50,70,8). Sum of RGB (Red+Green+Blue) = 50+70+8=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #324608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324608 is #CDB9F7. Grayscale: #393939. Windows color (decimal): -13482488 or 542258. OLE color: 542258.

HSL color Cylindrical-coordinate representation of color #324608: hue angle of 79.35º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #324608 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB50708-
CMYK0.2900.890.73
HSL79.35º79.49%15.29%-
HSV(B)79.35º88.57%27.45%-
XYZ3.555.081.02-
YUV56.95100.37123.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=39.06%
G=54.69%
B=6.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal507080.2900.890.7379.3579.4915.29
Hex324681D059494f4ff
Octal621061035013111111711717
Binary1100101000110100011101010110011001001100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324608; }

 p { color: rgb(50,70,8); }

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

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

 a { background-color: rgb(50,70,8); }

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

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

 span { border-color: rgb(50,70,8); }

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