Html Css Color HEX #05960D Islamic Green

📋 copy color: '#05960D'

red 5 ◦ green 150 ◦ blue 13

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

Shades of Islamic Green #05960D

Tints of Islamic Green #05960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 89.29%

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 2.98%
G = 89.29%
B = 7.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#05960D (or 0x05960D) is known color: Islamic Green. HEX triplet: 05, 96 and 0D. RGB value is (5,150,13). Sum of RGB (Red+Green+Blue) = 5+150+13=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 150 (58.98% from 255 or 89.29% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 150 - color contains mainly: green. Hex color #05960D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05960D is #FA69F2. Grayscale: #5B5B5B. Windows color (decimal): -16411123 or 890373. OLE color: 890373.

HSL color Cylindrical-coordinate representation of color #05960D: hue angle of 123.31º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05960D is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 13 -
CMYK 0.97 0 0.91 0.41
HSL 123.31º 0.94% 0.3% -
HSV(B) 123.31º 0.97% 0.59% -
XYZ 11.04 21.87 4.02 -
YUV 91.03 83.96 66.64 -
System Red Green Blue C M Y K H S L
Decimal 5 150 13 0.97 0 0.91 0.41 123.31 0.94 0.3
Hex 5 96 D 61 0 5B 29 7B 5E 1E
Octal 5 226 15 141 0 133 51 173 136 36
Binary 101 10010110 1101 1100001 0 1011011 101001 1111011 1011110 11110

Color Harmonies of #05960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05960D

Black with #05960D

Text Example


Text Example

White with #05960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05960D; }

 p { color: rgb(5,150,13); }

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

background-color css

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

 a { background-color: rgb(5,150,13); }

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

border-color css

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

 span { border-color: rgb(5,150,13); }

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