Html Css Color HEX #13B61A Islamic Green

📋 copy color: '#13B61A'

red 19 ◦ green 182 ◦ blue 26

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

Shades of Islamic Green #13B61A

Tints of Islamic Green #13B61A

RGB

 RED value IS 19 (7.81% from 255) = 8.37%

 GREEN value IS 182 (71.48% from 255) = 80.18%

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 8.37%
G = 80.18%
B = 11.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#13B61A (or 0x13B61A) is known color: Islamic Green. HEX triplet: 13, B6 and 1A. RGB value is (19,182,26). Sum of RGB (Red+Green+Blue) = 19+182+26=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 182 (71.48% from 255 or 80.18% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 182 - color contains mainly: green. Hex color #13B61A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B61A is #EC49E5. Grayscale: #737373. Windows color (decimal): -15485414 or 1750547. OLE color: 1750547.

HSL color Cylindrical-coordinate representation of color #13B61A: hue angle of 122.58º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B61A is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 182 26 -
CMYK 0.90 0 0.86 0.29
HSL 122.58º 0.81% 0.39% -
HSV(B) 122.58º 0.9% 0.71% -
XYZ 17.18 33.67 6.57 -
YUV 115.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 19 182 26 0.90 0 0.86 0.29 122.58 0.81 0.39
Hex 13 B6 1A 5A 0 56 1D 7B 51 27
Octal 23 266 32 132 0 126 35 173 121 47
Binary 10011 10110110 11010 1011010 0 1010110 11101 1111011 1010001 100111

Color Harmonies of #13B61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B61A

Black with #13B61A

Text Example


Text Example

White with #13B61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B61A; }

 p { color: rgb(19,182,26); }

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

background-color css

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

 a { background-color: rgb(19,182,26); }

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

border-color css

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

 span { border-color: rgb(19,182,26); }

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