Html Css Color HEX #13965C Shamrock Green

📋 copy color: '#13965C'

red 19 ◦ green 150 ◦ blue 92

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

Shades of Shamrock Green #13965C

Tints of Shamrock Green #13965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.47%

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 7.28%
G = 57.47%
B = 35.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#13965C (or 0x13965C) is known color: Shamrock Green. HEX triplet: 13, 96 and 5C. RGB value is (19,150,92). Sum of RGB (Red+Green+Blue) = 19+150+92=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #13965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13965C is #EC69A3. Grayscale: #686868. Windows color (decimal): -15493540 or 6067731. OLE color: 6067731.

HSL color Cylindrical-coordinate representation of color #13965C: hue angle of 153.44º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13965C is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 92 -
CMYK 0.87 0 0.39 0.41
HSL 153.44º 0.78% 0.33% -
HSV(B) 153.44º 0.87% 0.59% -
XYZ 13.11 22.72 13.82 -
YUV 104.22 121.1 67.22 -
System Red Green Blue C M Y K H S L
Decimal 19 150 92 0.87 0 0.39 0.41 153.44 0.78 0.33
Hex 13 96 5C 57 0 27 29 99 4E 21
Octal 23 226 134 127 0 47 51 231 116 41
Binary 10011 10010110 1011100 1010111 0 100111 101001 10011001 1001110 100001

Color Harmonies of #13965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13965C

Black with #13965C

Text Example


Text Example

White with #13965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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