#324708

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

Shades of Turtle Green #324708

Tints of Turtle Green #324708

Color information

#324708 (or 0x324708) is unknown color: approx Turtle Green. HEX triplet: 32, 47 and 08. RGB value is (50,71,8). Sum of RGB (Red+Green+Blue) = 50+71+8=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #324708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324708 is #CDB8F7. Grayscale: #393939. Windows color (decimal): -13482232 or 542514. OLE color: 542514.

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

Color convert

RGB50718-
CMYK0.3000.890.72
HSL80º79.75%15.49%-
HSV(B)80º88.73%27.84%-
XYZ3.615.21.04-
YUV57.54100.04122.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=38.76%
G=55.04%
B=6.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal507180.3000.890.728079.7515.49
Hex324781E059485050f
Octal621071036013111012012017
Binary1100101000111100011110010110011001000101000010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324708; }

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

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

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

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

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

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

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

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