#033518

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

Shades of Dark Green #033518

Tints of Dark Green #033518

Color information

#033518 (or 0x033518) is unknown color: approx Dark Green. HEX triplet: 03, 35 and 18. RGB value is (3,53,24). Sum of RGB (Red+Green+Blue) = 3+53+24=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #033518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033518 is #FCCAE7. Grayscale: #222222. Windows color (decimal): -16567016 or 1586435. OLE color: 1586435.

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

Color convert

RGB35324-
CMYK0.9400.550.79
HSL145.2º89.29%10.98%-
HSV(B)145.2º94.34%20.78%-
XYZ1.482.631.29-
YUV34.74121.94105.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 53 (21.09% from 255) = 66.25%
BLUE value IS 24 (9.77% from 255) = 30%
R=3.75%
G=66.25%
B=30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353240.9400.550.79145.289.2910.98
Hex335185E0374F9159b
Octal3653013606711722113113
Binary11110101110001011110011011110011111001000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033518; }

 p { color: rgb(3,53,24); }

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

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

 a { background-color: rgb(3,53,24); }

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

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

 span { border-color: rgb(3,53,24); }

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