Html Css Color HEX #046701 Green

📋 copy color: '#046701'

red 4 ◦ green 103 ◦ blue 1

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

Shades of Green #046701

Tints of Green #046701

RGB

 RED value IS 4 (1.95% from 255) = 3.7%

 GREEN value IS 103 (40.63% from 255) = 95.37%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 3.7%
G = 95.37%
B = 0.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#046701 (or 0x046701) is known color: Green. HEX triplet: 04, 67 and 01. RGB value is (4,103,1). Sum of RGB (Red+Green+Blue) = 4+103+1=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 103 (40.62% from 255 or 95.37% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 103 - color contains mainly: green. Hex color #046701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046701 is #FB98FE. Grayscale: #3E3E3E. Windows color (decimal): -16488703 or 91908. OLE color: 91908.

HSL color Cylindrical-coordinate representation of color #046701: hue angle of 118.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #046701 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 103 1 -
CMYK 0.96 0 0.99 0.60
HSL 118.24º 0.98% 0.2% -
HSV(B) 118.24º 0.99% 0.4% -
XYZ 4.91 9.73 1.65 -
YUV 61.77 93.7 86.79 -
System Red Green Blue C M Y K H S L
Decimal 4 103 1 0.96 0 0.99 0.60 118.24 0.98 0.2
Hex 4 67 1 60 0 63 3C 76 62 14
Octal 4 147 1 140 0 143 74 166 142 24
Binary 100 1100111 1 1100000 0 1100011 111100 1110110 1100010 10100

Color Harmonies of #046701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046701

Black with #046701

Text Example


Text Example

White with #046701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046701; }

 p { color: rgb(4,103,1); }

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

background-color css

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

 a { background-color: rgb(4,103,1); }

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

border-color css

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

 span { border-color: rgb(4,103,1); }

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