#324E03

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

Shades of Turtle Green #324E03

Tints of Turtle Green #324E03

Color information

#324E03 (or 0x324E03) is unknown color: approx Turtle Green. HEX triplet: 32, 4E and 03. RGB value is (50,78,3). Sum of RGB (Red+Green+Blue) = 50+78+3=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #324E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324E03 is #CDB1FC. Grayscale: #3D3D3D. Windows color (decimal): -13480445 or 216626. OLE color: 216626.

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

Color convert

RGB50783-
CMYK0.3600.960.69
HSL82.4º92.59%15.88%-
HSV(B)82.4º96.15%30.59%-
XYZ4.066.131.06-
YUV61.0895.22120.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 78 (30.86% from 255) = 59.54%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=38.17%
G=59.54%
B=2.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal507830.3600.960.6982.492.5915.88
Hex324E32406045525d10
Octal62116344014010512213520
Binary1100101001110111001000110000010001011010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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