Html Css Color HEX #059400 Islamic Green

📋 copy color: '#059400'

red 5 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #059400

Tints of Islamic Green #059400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.27%
G = 96.73%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#059400 (or 0x059400) is known color: Islamic Green. HEX triplet: 05, 94 and 00. RGB value is (5,148,0). Sum of RGB (Red+Green+Blue) = 5+148+0=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 148 (58.20% from 255 or 96.73% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 148 - color contains mainly: green. Hex color #059400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059400 is #FA6BFF. Grayscale: #585858. Windows color (decimal): -16411648 or 37893. OLE color: 37893.

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

Color convert

RGB 5 148 0 -
CMYK 0.97 0 1 0.42
HSL 117.97º 1% 0.29% -
HSV(B) 117.97º 1% 0.58% -
XYZ 10.65 21.21 3.53 -
YUV 88.37 78.12 68.53 -
System Red Green Blue C M Y K H S L
Decimal 5 148 0 0.97 0 1 0.42 117.97 1 0.29
Hex 5 94 0 61 0 64 2A 76 64 1D
Octal 5 224 0 141 0 144 52 166 144 35
Binary 101 10010100 0 1100001 0 1100100 101010 1110110 1100100 11101

Color Harmonies of #059400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059400

Black with #059400

Text Example


Text Example

White with #059400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059400; }

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

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

background-color css

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

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

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

border-color css

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

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

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