Html Css Color HEX #045C01 Green

📋 copy color: '#045C01'

red 4 ◦ green 92 ◦ blue 1

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

Shades of Green #045C01

Tints of Green #045C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 94.85%

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

R = 4.12%
G = 94.85%
B = 1.03%

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

#045C01 (or 0x045C01) is known color: Green. HEX triplet: 04, 5C and 01. RGB value is (4,92,1). Sum of RGB (Red+Green+Blue) = 4+92+1=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 92 (36.33% from 255 or 94.85% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 92 - color contains mainly: green. Hex color #045C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C01 is #FBA3FE. Grayscale: #373737. Windows color (decimal): -16491519 or 89092. OLE color: 89092.

HSL color Cylindrical-coordinate representation of color #045C01: hue angle of 118.02º 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 #045C01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 92 1 -
CMYK 0.96 0 0.99 0.64
HSL 118.02º 0.98% 0.18% -
HSV(B) 118.02º 0.99% 0.36% -
XYZ 3.88 7.68 1.31 -
YUV 55.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 4 92 1 0.96 0 0.99 0.64 118.02 0.98 0.18
Hex 4 5C 1 60 0 63 40 76 62 12
Octal 4 134 1 140 0 143 100 166 142 22
Binary 100 1011100 1 1100000 0 1100011 1000000 1110110 1100010 10010

Color Harmonies of #045C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C01

Black with #045C01

Text Example


Text Example

White with #045C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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