Html Css Color HEX #019365 Shamrock Green

📋 copy color: '#019365'

red 1 ◦ green 147 ◦ blue 101

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

Shades of Shamrock Green #019365

Tints of Shamrock Green #019365

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

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

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 0.4%
G = 59.04%
B = 40.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#019365 (or 0x019365) is known color: Shamrock Green. HEX triplet: 01, 93 and 65. RGB value is (1,147,101). Sum of RGB (Red+Green+Blue) = 1+147+101=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #019365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019365 is #FE6C9A. Grayscale: #626262. Windows color (decimal): -16673947 or 6656769. OLE color: 6656769.

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

Color convert

RGB 1 147 101 -
CMYK 0.99 0 0.31 0.42
HSL 161.1º 0.99% 0.29% -
HSV(B) 161.1º 0.99% 0.58% -
XYZ 12.8 21.81 15.85 -
YUV 98.1 129.63 58.74 -
System Red Green Blue C M Y K H S L
Decimal 1 147 101 0.99 0 0.31 0.42 161.1 0.99 0.29
Hex 1 93 65 63 0 1F 2A A1 63 1D
Octal 1 223 145 143 0 37 52 241 143 35
Binary 1 10010011 1100101 1100011 0 11111 101010 10100001 1100011 11101

Color Harmonies of #019365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019365

Black with #019365

Text Example


Text Example

White with #019365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019365; }

 p { color: rgb(1,147,101); }

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

background-color css

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

 a { background-color: rgb(1,147,101); }

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

border-color css

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

 span { border-color: rgb(1,147,101); }

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