#13A35C

Color #13A35C Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #13A35C

Tints of Shamrock Green #13A35C

Color information

#13A35C (or 0x13A35C) is unknown color: approx Shamrock Green. HEX triplet: 13, A3 and 5C. RGB value is (19,163,92). Sum of RGB (Red+Green+Blue) = 19+163+92=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #13A35C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A35C is #EC5CA3. Grayscale: #6F6F6F. Windows color (decimal): -15490212 or 6071059. OLE color: 6071059.

HSL color Cylindrical-coordinate representation of color #13A35C: hue angle of 150.42º 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 #13A35C is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1916392-
CMYK0.8800.440.36
HSL150.42º79.12%35.69%-
HSV(B)150.42º88.34%63.92%-
XYZ15.327.1114.55-
YUV111.85116.7961.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 163 (64.06% from 255) = 59.49%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=6.93%
G=59.49%
B=33.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163920.8800.440.36150.4279.1235.69
Hex13A35C5802C24964f24
Octal232431341300544422611744
Binary1001110100011101110010110000101100100100100101101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13A35C;
 }
 .AnyTagClassName
 {
   color: #13A35C;
 }
</style>
background-color css

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

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

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

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

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

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