#033313

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

Shades of Dark Green #033313

Tints of Dark Green #033313

Color information

#033313 (or 0x033313) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 13. RGB value is (3,51,19). Sum of RGB (Red+Green+Blue) = 3+51+19=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #033313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033313 is #FCCCEC. Grayscale: #212121. Windows color (decimal): -16567533 or 1258243. OLE color: 1258243.

HSL color Cylindrical-coordinate representation of color #033313: hue angle of 140º 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 #033313 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB35119-
CMYK0.9400.630.8
HSL140º88.89%10.59%-
HSV(B)140º94.12%20%-
XYZ1.342.431.02-
YUV33120.1106.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 51 (20.31% from 255) = 69.86%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=4.11%
G=69.86%
B=26.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351190.9400.630.814088.8910.59
Hex333135E03F508c59b
Octal3632313607712021413113
Binary11110011100111011110011111110100001000110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033313; }

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

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

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

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

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

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

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

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