Html Css Color HEX #13A362 Shamrock Green

📋 copy color: '#13A362'

red 19 ◦ green 163 ◦ blue 98

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

Shades of Shamrock Green #13A362

Tints of Shamrock Green #13A362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.21%

 BLUE value IS 98 (38.67% from 255) = 35%

R = 6.79%
G = 58.21%
B = 35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#13A362 (or 0x13A362) is known color: Shamrock Green. HEX triplet: 13, A3 and 62. RGB value is (19,163,98). Sum of RGB (Red+Green+Blue) = 19+163+98=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #13A362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A362 is #EC5C9D. Grayscale: #707070. Windows color (decimal): -15490206 or 6464275. OLE color: 6464275.

HSL color Cylindrical-coordinate representation of color #13A362: hue angle of 152.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A362 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 98 -
CMYK 0.88 0 0.40 0.36
HSL 152.92º 0.79% 0.36% -
HSV(B) 152.92º 0.88% 0.64% -
XYZ 15.57 27.21 15.99 -
YUV 112.53 119.79 61.29 -
System Red Green Blue C M Y K H S L
Decimal 19 163 98 0.88 0 0.40 0.36 152.92 0.79 0.36
Hex 13 A3 62 58 0 28 24 99 4F 24
Octal 23 243 142 130 0 50 44 231 117 44
Binary 10011 10100011 1100010 1011000 0 101000 100100 10011001 1001111 100100

Color Harmonies of #13A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A362

Black with #13A362

Text Example


Text Example

White with #13A362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,163,98); }

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

background-color css

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

 a { background-color: rgb(19,163,98); }

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

border-color css

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

 span { border-color: rgb(19,163,98); }

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