Html Css Color HEX #03361F Dark Green

📋 copy color: '#03361F'

red 3 ◦ green 54 ◦ blue 31

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

Shades of Dark Green #03361F

Tints of Dark Green #03361F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 3.41%
G = 61.36%
B = 35.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#03361F (or 0x03361F) is known color: Dark Green. HEX triplet: 03, 36 and 1F. RGB value is (3,54,31). Sum of RGB (Red+Green+Blue) = 3+54+31=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #03361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03361F is #FCC9E0. Grayscale: #242424. Windows color (decimal): -16566753 or 2045443. OLE color: 2045443.

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

Color convert

RGB 3 54 31 -
CMYK 0.94 0 0.43 0.79
HSL 152.94º 0.89% 0.11% -
HSV(B) 152.94º 0.94% 0.21% -
XYZ 1.6 2.76 1.74 -
YUV 36.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 3 54 31 0.94 0 0.43 0.79 152.94 0.89 0.11
Hex 3 36 1F 5E 0 2B 4F 99 59 B
Octal 3 66 37 136 0 53 117 231 131 13
Binary 11 110110 11111 1011110 0 101011 1001111 10011001 1011001 1011

Color Harmonies of #03361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03361F

Black with #03361F

Text Example


Text Example

White with #03361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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