Html Css Color HEX #139408 Islamic Green

📋 copy color: '#139408'

red 19 ◦ green 148 ◦ blue 8

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

Shades of Islamic Green #139408

Tints of Islamic Green #139408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.57%

R = 10.86%
G = 84.57%
B = 4.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#139408 (or 0x139408) is known color: Islamic Green. HEX triplet: 13, 94 and 08. RGB value is (19,148,8). Sum of RGB (Red+Green+Blue) = 19+148+8=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 148 (58.20% from 255 or 84.57% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 148 - color contains mainly: green. Hex color #139408 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139408 is #EC6BF7. Grayscale: #5D5D5D. Windows color (decimal): -15494136 or 562195. OLE color: 562195.

HSL color Cylindrical-coordinate representation of color #139408: hue angle of 115.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #139408 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 8 -
CMYK 0.87 0 0.95 0.42
HSL 115.29º 0.9% 0.31% -
HSV(B) 115.29º 0.95% 0.58% -
XYZ 10.9 21.34 3.77 -
YUV 93.47 79.76 74.88 -
System Red Green Blue C M Y K H S L
Decimal 19 148 8 0.87 0 0.95 0.42 115.29 0.9 0.31
Hex 13 94 8 57 0 5F 2A 73 5A 1F
Octal 23 224 10 127 0 137 52 163 132 37
Binary 10011 10010100 1000 1010111 0 1011111 101010 1110011 1011010 11111

Color Harmonies of #139408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139408

Black with #139408

Text Example


Text Example

White with #139408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139408; }

 p { color: rgb(19,148,8); }

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

background-color css

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

 a { background-color: rgb(19,148,8); }

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

border-color css

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

 span { border-color: rgb(19,148,8); }

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