Html Css Color HEX #058B0B Green

📋 copy color: '#058B0B'

red 5 ◦ green 139 ◦ blue 11

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

Shades of Green #058B0B

Tints of Green #058B0B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 89.68%

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 3.23%
G = 89.68%
B = 7.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#058B0B (or 0x058B0B) is known color: Green. HEX triplet: 05, 8B and 0B. RGB value is (5,139,11). Sum of RGB (Red+Green+Blue) = 5+139+11=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 139 (54.69% from 255 or 89.68% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 139 - color contains mainly: green. Hex color #058B0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058B0B is #FA74F4. Grayscale: #545454. Windows color (decimal): -16413941 or 756485. OLE color: 756485.

HSL color Cylindrical-coordinate representation of color #058B0B: hue angle of 122.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B0B is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 139 11 -
CMYK 0.96 0 0.92 0.45
HSL 122.69º 0.93% 0.28% -
HSV(B) 122.69º 0.96% 0.55% -
XYZ 9.36 18.52 3.4 -
YUV 84.34 86.61 71.41 -
System Red Green Blue C M Y K H S L
Decimal 5 139 11 0.96 0 0.92 0.45 122.69 0.93 0.28
Hex 5 8B B 60 0 5C 2D 7B 5D 1C
Octal 5 213 13 140 0 134 55 173 135 34
Binary 101 10001011 1011 1100000 0 1011100 101101 1111011 1011101 11100

Color Harmonies of #058B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B0B

Black with #058B0B

Text Example


Text Example

White with #058B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058B0B; }

 p { color: rgb(5,139,11); }

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

background-color css

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

 a { background-color: rgb(5,139,11); }

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

border-color css

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

 span { border-color: rgb(5,139,11); }

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