Html Css Color HEX #045B01 Green

📋 copy color: '#045B01'

red 4 ◦ green 91 ◦ blue 1

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

Shades of Green #045B01

Tints of Green #045B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 94.79%

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

R = 4.17%
G = 94.79%
B = 1.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#045B01 (or 0x045B01) is known color: Green. HEX triplet: 04, 5B and 01. RGB value is (4,91,1). Sum of RGB (Red+Green+Blue) = 4+91+1=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 91 (35.94% from 255 or 94.79% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 91 - color contains mainly: green. Hex color #045B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045B01 is #FBA4FE. Grayscale: #373737. Windows color (decimal): -16491775 or 88836. OLE color: 88836.

HSL color Cylindrical-coordinate representation of color #045B01: hue angle of 118º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #045B01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 91 1 -
CMYK 0.96 0 0.99 0.64
HSL 118º 0.98% 0.18% -
HSV(B) 118º 0.99% 0.36% -
XYZ 3.8 7.51 1.28 -
YUV 54.73 97.68 91.82 -
System Red Green Blue C M Y K H S L
Decimal 4 91 1 0.96 0 0.99 0.64 118 0.98 0.18
Hex 4 5B 1 60 0 63 40 76 62 12
Octal 4 133 1 140 0 143 100 166 142 22
Binary 100 1011011 1 1100000 0 1100011 1000000 1110110 1100010 10010

Color Harmonies of #045B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045B01

Black with #045B01

Text Example


Text Example

White with #045B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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