#03362B

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

Shades of Dark Green #03362B

Tints of Dark Green #03362B

Color information

#03362B (or 0x03362B) is unknown color: approx Dark Green. HEX triplet: 03, 36 and 2B. RGB value is (3,54,43). Sum of RGB (Red+Green+Blue) = 3+54+43=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #03362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03362B is #FCC9D4. Grayscale: #252525. Windows color (decimal): -16566741 or 2831875. OLE color: 2831875.

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

Color convert

RGB35443-
CMYK0.9400.200.79
HSL167.06º89.47%11.18%-
HSV(B)167.06º94.44%21.18%-
XYZ1.792.832.74-
YUV37.5131.1103.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 54 (21.48% from 255) = 54%
BLUE value IS 43 (17.19% from 255) = 43%
R=3%
G=54%
B=43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal354430.9400.200.79167.0689.4711.18
Hex3362B5E0144Fa759b
Octal3665313602411724713113
Binary11110110101011101111001010010011111010011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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