Html Css Color HEX #05850B Green

📋 copy color: '#05850B'

red 5 ◦ green 133 ◦ blue 11

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

Shades of Green #05850B

Tints of Green #05850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 89.26%

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

R = 3.36%
G = 89.26%
B = 7.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#05850B (or 0x05850B) is known color: Green. HEX triplet: 05, 85 and 0B. RGB value is (5,133,11). Sum of RGB (Red+Green+Blue) = 5+133+11=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 133 (52.34% from 255 or 89.26% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 133 - color contains mainly: green. Hex color #05850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05850B is #FA7AF4. Grayscale: #515151. Windows color (decimal): -16415477 or 754949. OLE color: 754949.

HSL color Cylindrical-coordinate representation of color #05850B: hue angle of 122.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05850B is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 11 -
CMYK 0.96 0 0.92 0.48
HSL 122.81º 0.93% 0.27% -
HSV(B) 122.81º 0.96% 0.52% -
XYZ 8.51 16.83 3.12 -
YUV 80.82 88.59 73.92 -
System Red Green Blue C M Y K H S L
Decimal 5 133 11 0.96 0 0.92 0.48 122.81 0.93 0.27
Hex 5 85 B 60 0 5C 30 7B 5D 1B
Octal 5 205 13 140 0 134 60 173 135 33
Binary 101 10000101 1011 1100000 0 1011100 110000 1111011 1011101 11011

Color Harmonies of #05850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05850B

Black with #05850B

Text Example


Text Example

White with #05850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05850B; }

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

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

background-color css

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

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

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

border-color css

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

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

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