Html Css Color HEX #045501 Green

📋 copy color: '#045501'

red 4 ◦ green 85 ◦ blue 1

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

Shades of Green #045501

Tints of Green #045501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 94.44%

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

R = 4.44%
G = 94.44%
B = 1.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#045501 (or 0x045501) is known color: Green. HEX triplet: 04, 55 and 01. RGB value is (4,85,1). Sum of RGB (Red+Green+Blue) = 4+85+1=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 85 (33.59% from 255 or 94.44% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 85 - color contains mainly: green. Hex color #045501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045501 is #FBAAFE. Grayscale: #333333. Windows color (decimal): -16493311 or 87300. OLE color: 87300.

HSL color Cylindrical-coordinate representation of color #045501: hue angle of 117.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #045501 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 85 1 -
CMYK 0.95 0 0.99 0.67
HSL 117.86º 0.98% 0.17% -
HSV(B) 117.86º 0.99% 0.33% -
XYZ 3.3 6.53 1.11 -
YUV 51.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 4 85 1 0.95 0 0.99 0.67 117.86 0.98 0.17
Hex 4 55 1 5F 0 63 43 76 62 11
Octal 4 125 1 137 0 143 103 166 142 21
Binary 100 1010101 1 1011111 0 1100011 1000011 1110110 1100010 10001

Color Harmonies of #045501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045501

Black with #045501

Text Example


Text Example

White with #045501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045501; }

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

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

background-color css

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

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

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

border-color css

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

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

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