Html Css Color HEX #03361D Dark Green

📋 copy color: '#03361D'

red 3 ◦ green 54 ◦ blue 29

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

Shades of Dark Green #03361D

Tints of Dark Green #03361D

RGB

 RED value IS 3 (1.56% from 255) = 3.49%

 GREEN value IS 54 (21.48% from 255) = 62.79%

 BLUE value IS 29 (11.72% from 255) = 33.72%

R = 3.49%
G = 62.79%
B = 33.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#03361D (or 0x03361D) is known color: Dark Green. HEX triplet: 03, 36 and 1D. RGB value is (3,54,29). Sum of RGB (Red+Green+Blue) = 3+54+29=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #03361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03361D is #FCC9E2. Grayscale: #232323. Windows color (decimal): -16566755 or 1914371. OLE color: 1914371.

HSL color Cylindrical-coordinate representation of color #03361D: hue angle of 150.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 #03361D is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 54 29 -
CMYK 0.94 0 0.46 0.79
HSL 150.59º 0.89% 0.11% -
HSV(B) 150.59º 0.94% 0.21% -
XYZ 1.58 2.75 1.61 -
YUV 35.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 3 54 29 0.94 0 0.46 0.79 150.59 0.89 0.11
Hex 3 36 1D 5E 0 2E 4F 97 59 B
Octal 3 66 35 136 0 56 117 227 131 13
Binary 11 110110 11101 1011110 0 101110 1001111 10010111 1011001 1011

Color Harmonies of #03361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03361D

Black with #03361D

Text Example


Text Example

White with #03361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03361D; }

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

 H1.HeaderClassName
 {
   color: #03361D;
 }
 .AnyTagClassName
 {
   color: #03361D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #03361D;
 }
 .BgClassName
 {
   background-color: #03361D;
 }
</style>

border-color css

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

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

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