#03362C

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

Shades of Dark Green #03362C

Tints of Dark Green #03362C

Color information

#03362C (or 0x03362C) is unknown color: approx Dark Green. HEX triplet: 03, 36 and 2C. RGB value is (3,54,44). Sum of RGB (Red+Green+Blue) = 3+54+44=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #03362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03362C is #FCC9D3. Grayscale: #252525. Windows color (decimal): -16566740 or 2897411. OLE color: 2897411.

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

Color convert

RGB35444-
CMYK0.9400.190.79
HSL168.24º89.47%11.18%-
HSV(B)168.24º94.44%21.18%-
XYZ1.812.842.84-
YUV37.61131.6103.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 54 (21.48% from 255) = 53.47%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=2.97%
G=53.47%
B=43.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal354440.9400.190.79168.2489.4711.18
Hex3362C5E0134Fa859b
Octal3665413602311725013113
Binary11110110101100101111001001110011111010100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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