Html Css Color HEX #05920D Islamic Green

📋 copy color: '#05920D'

red 5 ◦ green 146 ◦ blue 13

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

Shades of Islamic Green #05920D

Tints of Islamic Green #05920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 89.02%

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

R = 3.05%
G = 89.02%
B = 7.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#05920D (or 0x05920D) is known color: Islamic Green. HEX triplet: 05, 92 and 0D. RGB value is (5,146,13). Sum of RGB (Red+Green+Blue) = 5+146+13=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 146 (57.42% from 255 or 89.02% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 146 - color contains mainly: green. Hex color #05920D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05920D is #FA6DF2. Grayscale: #595959. Windows color (decimal): -16412147 or 889349. OLE color: 889349.

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

Color convert

RGB 5 146 13 -
CMYK 0.97 0 0.91 0.43
HSL 123.4º 0.93% 0.3% -
HSV(B) 123.4º 0.97% 0.57% -
XYZ 10.41 20.62 3.81 -
YUV 88.68 85.29 68.31 -
System Red Green Blue C M Y K H S L
Decimal 5 146 13 0.97 0 0.91 0.43 123.4 0.93 0.3
Hex 5 92 D 61 0 5B 2B 7B 5D 1E
Octal 5 222 15 141 0 133 53 173 135 36
Binary 101 10010010 1101 1100001 0 1011011 101011 1111011 1011101 11110

Color Harmonies of #05920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05920D

Black with #05920D

Text Example


Text Example

White with #05920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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