Html Css Color HEX #03362B Dark Green

📋 copy color: '#03362B'

red 3 ◦ green 54 ◦ blue 43

#03362B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #03362B

Tints of Dark Green #03362B

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 value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#03362B (or 0x03362B) is known color: 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

RGB 3 54 43 -
CMYK 0.94 0 0.20 0.79
HSL 167.06º 0.89% 0.11% -
HSV(B) 167.06º 0.94% 0.21% -
XYZ 1.79 2.83 2.74 -
YUV 37.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 3 54 43 0.94 0 0.20 0.79 167.06 0.89 0.11
Hex 3 36 2B 5E 0 14 4F A7 59 B
Octal 3 66 53 136 0 24 117 247 131 13
Binary 11 110110 101011 1011110 0 10100 1001111 10100111 1011001 1011

Color Harmonies of #03362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03362B

Black with #03362B

Text Example


Text Example

White with #03362B

Text Example


Text Example

HTML Codes & Css Web 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>