Html Css Color HEX #05800C Green

📋 copy color: '#05800C'

red 5 ◦ green 128 ◦ blue 12

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

Shades of Green #05800C

Tints of Green #05800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 88.28%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 3.45%
G = 88.28%
B = 8.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#05800C (or 0x05800C) is known color: Green. HEX triplet: 05, 80 and 0C. RGB value is (5,128,12). Sum of RGB (Red+Green+Blue) = 5+128+12=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 128 (50.39% from 255 or 88.28% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 128 - color contains mainly: green. Hex color #05800C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05800C is #FA7FF3. Grayscale: #4E4E4E. Windows color (decimal): -16416756 or 819205. OLE color: 819205.

HSL color Cylindrical-coordinate representation of color #05800C: hue angle of 123.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05800C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 12 -
CMYK 0.96 0 0.91 0.50
HSL 123.41º 0.92% 0.26% -
HSV(B) 123.41º 0.96% 0.5% -
XYZ 7.85 15.5 2.93 -
YUV 78 90.75 75.93 -
System Red Green Blue C M Y K H S L
Decimal 5 128 12 0.96 0 0.91 0.50 123.41 0.92 0.26
Hex 5 80 C 60 0 5B 32 7B 5C 1A
Octal 5 200 14 140 0 133 62 173 134 32
Binary 101 10000000 1100 1100000 0 1011011 110010 1111011 1011100 11010

Color Harmonies of #05800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05800C

Black with #05800C

Text Example


Text Example

White with #05800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05800C; }

 p { color: rgb(5,128,12); }

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

background-color css

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

 a { background-color: rgb(5,128,12); }

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

border-color css

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

 span { border-color: rgb(5,128,12); }

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