Html Css Color HEX #055F09 Green

📋 copy color: '#055F09'

red 5 ◦ green 95 ◦ blue 9

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

Shades of Green #055F09

Tints of Green #055F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 87.16%

 BLUE value IS 9 (3.91% from 255) = 8.26%

R = 4.59%
G = 87.16%
B = 8.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#055F09 (or 0x055F09) is known color: Green. HEX triplet: 05, 5F and 09. RGB value is (5,95,9). Sum of RGB (Red+Green+Blue) = 5+95+9=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 95 (37.5% from 255 or 87.16% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 95 - color contains mainly: green. Hex color #055F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055F09 is #FAA0F6. Grayscale: #3A3A3A. Windows color (decimal): -16425207 or 614149. OLE color: 614149.

HSL color Cylindrical-coordinate representation of color #055F09: hue angle of 122.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F09 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 95 9 -
CMYK 0.95 0 0.91 0.63
HSL 122.67º 0.9% 0.2% -
HSV(B) 122.67º 0.95% 0.37% -
XYZ 4.2 8.24 1.63 -
YUV 58.29 100.18 89.99 -
System Red Green Blue C M Y K H S L
Decimal 5 95 9 0.95 0 0.91 0.63 122.67 0.9 0.2
Hex 5 5F 9 5F 0 5B 3F 7B 5A 14
Octal 5 137 11 137 0 133 77 173 132 24
Binary 101 1011111 1001 1011111 0 1011011 111111 1111011 1011010 10100

Color Harmonies of #055F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055F09

Black with #055F09

Text Example


Text Example

White with #055F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055F09; }

 p { color: rgb(5,95,9); }

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

background-color css

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

 a { background-color: rgb(5,95,9); }

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

border-color css

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

 span { border-color: rgb(5,95,9); }

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