Html Css Color HEX #019364 Shamrock Green

📋 copy color: '#019364'

red 1 ◦ green 147 ◦ blue 100

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

Shades of Shamrock Green #019364

Tints of Shamrock Green #019364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 0.4%
G = 59.27%
B = 40.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#019364 (or 0x019364) is known color: Shamrock Green. HEX triplet: 01, 93 and 64. RGB value is (1,147,100). Sum of RGB (Red+Green+Blue) = 1+147+100=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #019364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019364 is #FE6C9B. Grayscale: #626262. Windows color (decimal): -16673948 or 6591233. OLE color: 6591233.

HSL color Cylindrical-coordinate representation of color #019364: hue angle of 160.68º 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 #019364 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 100 -
CMYK 0.99 0 0.32 0.42
HSL 160.68º 0.99% 0.29% -
HSV(B) 160.68º 0.99% 0.58% -
XYZ 12.75 21.79 15.59 -
YUV 97.99 129.13 58.82 -
System Red Green Blue C M Y K H S L
Decimal 1 147 100 0.99 0 0.32 0.42 160.68 0.99 0.29
Hex 1 93 64 63 0 20 2A A1 63 1D
Octal 1 223 144 143 0 40 52 241 143 35
Binary 1 10010011 1100100 1100011 0 100000 101010 10100001 1100011 11101

Color Harmonies of #019364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019364

Black with #019364

Text Example


Text Example

White with #019364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019364; }

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

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

background-color css

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

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

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

border-color css

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

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

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