Html Css Color HEX #055807 Green

📋 copy color: '#055807'

red 5 ◦ green 88 ◦ blue 7

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

Shades of Green #055807

Tints of Green #055807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 88%

 BLUE value IS 7 (3.13% from 255) = 7%

R = 5%
G = 88%
B = 7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#055807 (or 0x055807) is known color: Green. HEX triplet: 05, 58 and 07. RGB value is (5,88,7). Sum of RGB (Red+Green+Blue) = 5+88+7=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 88 (34.77% from 255 or 88% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 88 - color contains mainly: green. Hex color #055807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055807 is #FAA7F8. Grayscale: #363636. Windows color (decimal): -16427001 or 481285. OLE color: 481285.

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

Color convert

RGB 5 88 7 -
CMYK 0.94 0 0.92 0.65
HSL 121.45º 0.89% 0.18% -
HSV(B) 121.45º 0.94% 0.35% -
XYZ 3.59 7.03 1.37 -
YUV 53.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 5 88 7 0.94 0 0.92 0.65 121.45 0.89 0.18
Hex 5 58 7 5E 0 5C 41 79 59 12
Octal 5 130 7 136 0 134 101 171 131 22
Binary 101 1011000 111 1011110 0 1011100 1000001 1111001 1011001 10010

Color Harmonies of #055807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055807

Black with #055807

Text Example


Text Example

White with #055807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055807; }

 p { color: rgb(5,88,7); }

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

background-color css

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

 a { background-color: rgb(5,88,7); }

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

border-color css

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

 span { border-color: rgb(5,88,7); }

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