#324003

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

Shades of Turtle Green #324003

Tints of Turtle Green #324003

Color information

#324003 (or 0x324003) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 03. RGB value is (50,64,3). Sum of RGB (Red+Green+Blue) = 50+64+3=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #324003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324003 is #CDBFFC. Grayscale: #353535. Windows color (decimal): -13484029 or 213042. OLE color: 213042.

HSL color Cylindrical-coordinate representation of color #324003: hue angle of 73.77º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #324003 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB50643-
CMYK0.2200.950.75
HSL73.77º91.04%13.14%-
HSV(B)73.77º95.31%25.1%-
XYZ3.174.350.76-
YUV52.8699.86125.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=42.74%
G=54.70%
B=2.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal506430.2200.950.7573.7791.0413.14
Hex324031605F4B4a5bd
Octal62100326013711311213315
Binary11001010000001110110010111111001011100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324003; }

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

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

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

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

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

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

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

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