Html Css Color HEX #05B413 Islamic Green

📋 copy color: '#05B413'

red 5 ◦ green 180 ◦ blue 19

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

Shades of Islamic Green #05B413

Tints of Islamic Green #05B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 88.24%

 BLUE value IS 19 (7.81% from 255) = 9.31%

R = 2.45%
G = 88.24%
B = 9.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#05B413 (or 0x05B413) is known color: Islamic Green. HEX triplet: 05, B4 and 13. RGB value is (5,180,19). Sum of RGB (Red+Green+Blue) = 5+180+19=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 180 (70.70% from 255 or 88.24% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 180 - color contains mainly: green. Hex color #05B413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B413 is #FA4BEC. Grayscale: #6D6D6D. Windows color (decimal): -16403437 or 1291269. OLE color: 1291269.

HSL color Cylindrical-coordinate representation of color #05B413: hue angle of 124.8º 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 #05B413 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 180 19 -
CMYK 0.97 0 0.89 0.29
HSL 124.8º 0.95% 0.36% -
HSV(B) 124.8º 0.97% 0.71% -
XYZ 16.5 32.72 6.06 -
YUV 109.32 77.02 53.59 -
System Red Green Blue C M Y K H S L
Decimal 5 180 19 0.97 0 0.89 0.29 124.8 0.95 0.36
Hex 5 B4 13 61 0 59 1D 7D 5F 24
Octal 5 264 23 141 0 131 35 175 137 44
Binary 101 10110100 10011 1100001 0 1011001 11101 1111101 1011111 100100

Color Harmonies of #05B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B413

Black with #05B413

Text Example


Text Example

White with #05B413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,180,19); }

 H1.HeaderClassName
 {
   color: #05B413;
 }
 .AnyTagClassName
 {
   color: #05B413;
 }
</style>

background-color css

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

 a { background-color: rgb(5,180,19); }

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

border-color css

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

 span { border-color: rgb(5,180,19); }

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