#324B03

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

Shades of Turtle Green #324B03

Tints of Turtle Green #324B03

Color information

#324B03 (or 0x324B03) is unknown color: approx Turtle Green. HEX triplet: 32, 4B and 03. RGB value is (50,75,3). Sum of RGB (Red+Green+Blue) = 50+75+3=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #324B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B03 is #CDB4FC. Grayscale: #3B3B3B. Windows color (decimal): -13481213 or 215858. OLE color: 215858.

HSL color Cylindrical-coordinate representation of color #324B03: hue angle of 80.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #324B03 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB50753-
CMYK0.3300.960.71
HSL80.83º92.31%15.29%-
HSV(B)80.83º96%29.41%-
XYZ3.855.720.99-
YUV59.3296.22121.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 75 (29.69% from 255) = 58.59%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=39.06%
G=58.59%
B=2.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal507530.3300.960.7180.8392.3115.29
Hex324B32106047515cf
Octal62113341014010712113417
Binary110010100101111100001011000001000111101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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