Html Css Color HEX #05880E Green

📋 copy color: '#05880E'

red 5 ◦ green 136 ◦ blue 14

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

Shades of Green #05880E

Tints of Green #05880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 87.74%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 3.23%
G = 87.74%
B = 9.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#05880E (or 0x05880E) is known color: Green. HEX triplet: 05, 88 and 0E. RGB value is (5,136,14). Sum of RGB (Red+Green+Blue) = 5+136+14=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 136 (53.52% from 255 or 87.74% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 136 - color contains mainly: green. Hex color #05880E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05880E is #FA77F1. Grayscale: #535353. Windows color (decimal): -16414706 or 952325. OLE color: 952325.

HSL color Cylindrical-coordinate representation of color #05880E: hue angle of 124.12º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05880E is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 14 -
CMYK 0.96 0 0.90 0.47
HSL 124.12º 0.93% 0.28% -
HSV(B) 124.12º 0.96% 0.53% -
XYZ 8.95 17.67 3.36 -
YUV 82.92 89.1 72.42 -
System Red Green Blue C M Y K H S L
Decimal 5 136 14 0.96 0 0.90 0.47 124.12 0.93 0.28
Hex 5 88 E 60 0 5A 2F 7C 5D 1C
Octal 5 210 16 140 0 132 57 174 135 34
Binary 101 10001000 1110 1100000 0 1011010 101111 1111100 1011101 11100

Color Harmonies of #05880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05880E

Black with #05880E

Text Example


Text Example

White with #05880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05880E; }

 p { color: rgb(5,136,14); }

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

background-color css

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

 a { background-color: rgb(5,136,14); }

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

border-color css

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

 span { border-color: rgb(5,136,14); }

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