Html Css Color HEX #059401 Islamic Green

📋 copy color: '#059401'

red 5 ◦ green 148 ◦ blue 1

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

Shades of Islamic Green #059401

Tints of Islamic Green #059401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 96.1%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 3.25%
G = 96.1%
B = 0.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#059401 (or 0x059401) is known color: Islamic Green. HEX triplet: 05, 94 and 01. RGB value is (5,148,1). Sum of RGB (Red+Green+Blue) = 5+148+1=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 148 (58.20% from 255 or 96.10% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 148 - color contains mainly: green. Hex color #059401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059401 is #FA6BFE. Grayscale: #585858. Windows color (decimal): -16411647 or 103429. OLE color: 103429.

HSL color Cylindrical-coordinate representation of color #059401: hue angle of 118.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #059401 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 1 -
CMYK 0.97 0 0.99 0.42
HSL 118.37º 0.99% 0.29% -
HSV(B) 118.37º 0.99% 0.58% -
XYZ 10.66 21.21 3.56 -
YUV 88.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 5 148 1 0.97 0 0.99 0.42 118.37 0.99 0.29
Hex 5 94 1 61 0 63 2A 76 63 1D
Octal 5 224 1 141 0 143 52 166 143 35
Binary 101 10010100 1 1100001 0 1100011 101010 1110110 1100011 11101

Color Harmonies of #059401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059401

Black with #059401

Text Example


Text Example

White with #059401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059401; }

 p { color: rgb(5,148,1); }

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

background-color css

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

 a { background-color: rgb(5,148,1); }

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

border-color css

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

 span { border-color: rgb(5,148,1); }

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