Html Css Color HEX #055901 Green

📋 copy color: '#055901'

red 5 ◦ green 89 ◦ blue 1

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

Shades of Green #055901

Tints of Green #055901

RGB

 RED value IS 5 (2.34% from 255) = 5.26%

 GREEN value IS 89 (35.16% from 255) = 93.68%

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

R = 5.26%
G = 93.68%
B = 1.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#055901 (or 0x055901) is known color: Green. HEX triplet: 05, 59 and 01. RGB value is (5,89,1). Sum of RGB (Red+Green+Blue) = 5+89+1=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 89 (35.16% from 255 or 93.68% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 89 - color contains mainly: green. Hex color #055901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055901 is #FAA6FE. Grayscale: #363636. Windows color (decimal): -16426751 or 88325. OLE color: 88325.

HSL color Cylindrical-coordinate representation of color #055901: hue angle of 117.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #055901 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 89 1 -
CMYK 0.94 0 0.99 0.65
HSL 117.27º 0.98% 0.18% -
HSV(B) 117.27º 0.99% 0.35% -
XYZ 3.64 7.18 1.22 -
YUV 53.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 5 89 1 0.94 0 0.99 0.65 117.27 0.98 0.18
Hex 5 59 1 5E 0 63 41 75 62 12
Octal 5 131 1 136 0 143 101 165 142 22
Binary 101 1011001 1 1011110 0 1100011 1000001 1110101 1100010 10010

Color Harmonies of #055901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055901

Black with #055901

Text Example


Text Example

White with #055901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055901; }

 p { color: rgb(5,89,1); }

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

background-color css

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

 a { background-color: rgb(5,89,1); }

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

border-color css

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

 span { border-color: rgb(5,89,1); }

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