Html Css Color HEX #03361B Dark Green

📋 copy color: '#03361B'

red 3 ◦ green 54 ◦ blue 27

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

Shades of Dark Green #03361B

Tints of Dark Green #03361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 3.57%
G = 64.29%
B = 32.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#03361B (or 0x03361B) is known color: Dark Green. HEX triplet: 03, 36 and 1B. RGB value is (3,54,27). Sum of RGB (Red+Green+Blue) = 3+54+27=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #03361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03361B is #FCC9E4. Grayscale: #232323. Windows color (decimal): -16566757 or 1783299. OLE color: 1783299.

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

Color convert

RGB 3 54 27 -
CMYK 0.94 0 0.5 0.79
HSL 148.24º 0.89% 0.11% -
HSV(B) 148.24º 0.94% 0.21% -
XYZ 1.55 2.74 1.48 -
YUV 35.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 3 54 27 0.94 0 0.5 0.79 148.24 0.89 0.11
Hex 3 36 1B 5E 0 32 4F 94 59 B
Octal 3 66 33 136 0 62 117 224 131 13
Binary 11 110110 11011 1011110 0 110010 1001111 10010100 1011001 1011

Color Harmonies of #03361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03361B

Black with #03361B

Text Example


Text Example

White with #03361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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