#03362E

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

Shades of Dark Green #03362E

Tints of Dark Green #03362E

Color information

#03362E (or 0x03362E) is unknown color: approx Dark Green. HEX triplet: 03, 36 and 2E. RGB value is (3,54,46). Sum of RGB (Red+Green+Blue) = 3+54+46=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #03362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03362E is #FCC9D1. Grayscale: #252525. Windows color (decimal): -16566738 or 3028483. OLE color: 3028483.

HSL color Cylindrical-coordinate representation of color #03362E: hue angle of 170.59º 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 #03362E is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB35446-
CMYK0.9400.150.79
HSL170.59º89.47%11.18%-
HSV(B)170.59º94.44%21.18%-
XYZ1.852.853.04-
YUV37.84132.6103.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 54 (21.48% from 255) = 52.43%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=2.91%
G=52.43%
B=44.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal354460.9400.150.79170.5989.4711.18
Hex3362E5E0F4Fab59b
Octal3665613601711725313113
Binary1111011010111010111100111110011111010101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03362E; }

 p { color: rgb(3,54,46); }

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

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

 a { background-color: rgb(3,54,46); }

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

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

 span { border-color: rgb(3,54,46); }

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