Html Css Color HEX #019452 Shamrock Green

📋 copy color: '#019452'

red 1 ◦ green 148 ◦ blue 82

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

Shades of Shamrock Green #019452

Tints of Shamrock Green #019452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.07%

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 0.43%
G = 64.07%
B = 35.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#019452 (or 0x019452) is known color: Shamrock Green. HEX triplet: 01, 94 and 52. RGB value is (1,148,82). Sum of RGB (Red+Green+Blue) = 1+148+82=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #019452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019452 is #FE6BAD. Grayscale: #606060. Windows color (decimal): -16673710 or 5411841. OLE color: 5411841.

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

Color convert

RGB 1 148 82 -
CMYK 0.99 0 0.45 0.42
HSL 153.06º 0.99% 0.29% -
HSV(B) 153.06º 0.99% 0.58% -
XYZ 12.13 21.8 11.55 -
YUV 96.52 119.8 59.87 -
System Red Green Blue C M Y K H S L
Decimal 1 148 82 0.99 0 0.45 0.42 153.06 0.99 0.29
Hex 1 94 52 63 0 2D 2A 99 63 1D
Octal 1 224 122 143 0 55 52 231 143 35
Binary 1 10010100 1010010 1100011 0 101101 101010 10011001 1100011 11101

Color Harmonies of #019452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019452

Black with #019452

Text Example


Text Example

White with #019452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019452; }

 p { color: rgb(1,148,82); }

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

background-color css

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

 a { background-color: rgb(1,148,82); }

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

border-color css

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

 span { border-color: rgb(1,148,82); }

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