Html Css Color HEX #139358 Shamrock Green

📋 copy color: '#139358'

red 19 ◦ green 147 ◦ blue 88

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

Shades of Shamrock Green #139358

Tints of Shamrock Green #139358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.87%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 7.48%
G = 57.87%
B = 34.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#139358 (or 0x139358) is known color: Shamrock Green. HEX triplet: 13, 93 and 58. RGB value is (19,147,88). Sum of RGB (Red+Green+Blue) = 19+147+88=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #139358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139358 is #EC6CA7. Grayscale: #666666. Windows color (decimal): -15494312 or 5804819. OLE color: 5804819.

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

Color convert

RGB 19 147 88 -
CMYK 0.87 0 0.40 0.42
HSL 152.34º 0.77% 0.33% -
HSV(B) 152.34º 0.87% 0.58% -
XYZ 12.46 21.71 12.77 -
YUV 102 120.09 68.8 -
System Red Green Blue C M Y K H S L
Decimal 19 147 88 0.87 0 0.40 0.42 152.34 0.77 0.33
Hex 13 93 58 57 0 28 2A 98 4D 21
Octal 23 223 130 127 0 50 52 230 115 41
Binary 10011 10010011 1011000 1010111 0 101000 101010 10011000 1001101 100001

Color Harmonies of #139358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139358

Black with #139358

Text Example


Text Example

White with #139358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139358; }

 p { color: rgb(19,147,88); }

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

background-color css

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

 a { background-color: rgb(19,147,88); }

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

border-color css

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

 span { border-color: rgb(19,147,88); }

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