#05B506

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

Shades of Islamic Green #05B506

Tints of Islamic Green #05B506

Color information

#05B506 (or 0x05B506) is unknown color: approx Islamic Green. HEX triplet: 05, B5 and 06. RGB value is (5,181,6). Sum of RGB (Red+Green+Blue) = 5+181+6=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 181 (71.09% from 255 or 94.27% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 181 - color contains mainly: green. Hex color #05B506 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B506 is #FA4AF9. Grayscale: #6C6C6C. Windows color (decimal): -16403194 or 439557. OLE color: 439557.

HSL color Cylindrical-coordinate representation of color #05B506: hue angle of 120.34º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B506 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB51816-
CMYK0.9700.970.29
HSL120.34º94.62%36.47%-
HSV(B)120.34º97.24%70.98%-
XYZ16.6233.095.68-
YUV108.4370.1954.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 181 (71.09% from 255) = 94.27%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=2.60%
G=94.27%
B=3.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal518160.9700.970.29120.3494.6236.47
Hex5B56610611D785f24
Octal5265614101413517013744
Binary101101101011101100001011000011110111110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B506; }

 p { color: rgb(5,181,6); }

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

<style>
 a { background-color: #05B506; }

 a { background-color: rgb(5,181,6); }

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

<style>
 span { border-color: #05B506; }

 span { border-color: rgb(5,181,6); }

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