Html Css Color HEX #03361A Dark Green

📋 copy color: '#03361A'

red 3 ◦ green 54 ◦ blue 26

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

Shades of Dark Green #03361A

Tints of Dark Green #03361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 31.33%

R = 3.61%
G = 65.06%
B = 31.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#03361A (or 0x03361A) is known color: Dark Green. HEX triplet: 03, 36 and 1A. RGB value is (3,54,26). Sum of RGB (Red+Green+Blue) = 3+54+26=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 54 (21.48% from 255 or 65.06% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 54 - color contains mainly: green. Hex color #03361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03361A is #FCC9E5. Grayscale: #232323. Windows color (decimal): -16566758 or 1717763. OLE color: 1717763.

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

Color convert

RGB 3 54 26 -
CMYK 0.94 0 0.52 0.79
HSL 147.06º 0.89% 0.11% -
HSV(B) 147.06º 0.94% 0.21% -
XYZ 1.54 2.73 1.42 -
YUV 35.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 3 54 26 0.94 0 0.52 0.79 147.06 0.89 0.11
Hex 3 36 1A 5E 0 34 4F 93 59 B
Octal 3 66 32 136 0 64 117 223 131 13
Binary 11 110110 11010 1011110 0 110100 1001111 10010011 1011001 1011

Color Harmonies of #03361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03361A

Black with #03361A

Text Example


Text Example

White with #03361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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