#324E10

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

Shades of Turtle Green #324E10

Tints of Turtle Green #324E10

Color information

#324E10 (or 0x324E10) is unknown color: approx Turtle Green. HEX triplet: 32, 4E and 10. RGB value is (50,78,16). Sum of RGB (Red+Green+Blue) = 50+78+16=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #324E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324E10 is #CDB1EF. Grayscale: #3E3E3E. Windows color (decimal): -13480432 or 1068594. OLE color: 1068594.

HSL color Cylindrical-coordinate representation of color #324E10: hue angle of 87.1º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324E10 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB507816-
CMYK0.3600.790.69
HSL87.1º65.96%18.43%-
HSV(B)87.1º79.49%30.59%-
XYZ4.136.161.46-
YUV62.56101.72119.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=34.72%
G=54.17%
B=11.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078160.3600.790.6987.165.9618.43
Hex324E102404F45574212
Octal621162044011710512710222
Binary1100101001110100001001000100111110001011010111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324E10; }

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

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

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

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

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

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

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

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