#05851C

Color #05851C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #05851C

Tints of Green #05851C

Color information

#05851C (or 0x05851C) is unknown color: approx Green. HEX triplet: 05, 85 and 1C. RGB value is (5,133,28). Sum of RGB (Red+Green+Blue) = 5+133+28=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #05851C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05851C is #FA7AE3. Grayscale: #535353. Windows color (decimal): -16415460 or 1869061. OLE color: 1869061.

HSL color Cylindrical-coordinate representation of color #05851C: hue angle of 130.78º 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 #05851C is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB513328-
CMYK0.9600.790.48
HSL130.78º92.75%27.06%-
HSV(B)130.78º96.24%52.16%-
XYZ8.6616.893.9-
YUV82.7697.0972.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 133 (52.34% from 255) = 80.12%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=3.01%
G=80.12%
B=16.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133280.9600.790.48130.7892.7527.06
Hex5851C6004F30835d1b
Octal52053414001176020313533
Binary101100001011110011000000100111111000010000011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05851C;
 }
 .AnyTagClassName
 {
   color: #05851C;
 }
</style>
background-color css

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

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

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

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

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

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