Html Css Color HEX #036304 Green

📋 copy color: '#036304'

red 3 ◦ green 99 ◦ blue 4

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

Shades of Green #036304

Tints of Green #036304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 93.4%

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 2.83%
G = 93.4%
B = 3.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#036304 (or 0x036304) is known color: Green. HEX triplet: 03, 63 and 04. RGB value is (3,99,4). Sum of RGB (Red+Green+Blue) = 3+99+4=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 99 (39.06% from 255 or 93.40% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 99 - color contains mainly: green. Hex color #036304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036304 is #FC9CFB. Grayscale: #3B3B3B. Windows color (decimal): -16555260 or 287491. OLE color: 287491.

HSL color Cylindrical-coordinate representation of color #036304: hue angle of 120.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036304 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 4 -
CMYK 0.97 0 0.96 0.61
HSL 120.63º 0.94% 0.2% -
HSV(B) 120.63º 0.97% 0.39% -
XYZ 4.52 8.95 1.6 -
YUV 59.47 96.7 87.72 -
System Red Green Blue C M Y K H S L
Decimal 3 99 4 0.97 0 0.96 0.61 120.63 0.94 0.2
Hex 3 63 4 61 0 60 3D 79 5E 14
Octal 3 143 4 141 0 140 75 171 136 24
Binary 11 1100011 100 1100001 0 1100000 111101 1111001 1011110 10100

Color Harmonies of #036304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036304

Black with #036304

Text Example


Text Example

White with #036304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036304; }

 p { color: rgb(3,99,4); }

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

background-color css

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

 a { background-color: rgb(3,99,4); }

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

border-color css

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

 span { border-color: rgb(3,99,4); }

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