#033324

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

Shades of Dark Green #033324

Tints of Dark Green #033324

Color information

#033324 (or 0x033324) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 24. RGB value is (3,51,36). Sum of RGB (Red+Green+Blue) = 3+51+36=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #033324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033324 is #FCCCDB. Grayscale: #222222. Windows color (decimal): -16567516 or 2372355. OLE color: 2372355.

HSL color Cylindrical-coordinate representation of color #033324: hue angle of 161.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033324 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB35136-
CMYK0.9400.290.8
HSL161.25º88.89%10.59%-
HSV(B)161.25º94.12%20%-
XYZ1.542.512.07-
YUV34.94128.6105.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 36 (14.45% from 255) = 40%
R=3.33%
G=56.67%
B=40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351360.9400.290.8161.2588.8910.59
Hex333245E01D50a159b
Octal3634413603512024113113
Binary11110011100100101111001110110100001010000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033324; }

 p { color: rgb(3,51,36); }

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

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

 a { background-color: rgb(3,51,36); }

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

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

 span { border-color: rgb(3,51,36); }

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