Html Css Color HEX #049460 Shamrock Green

📋 copy color: '#049460'

red 4 ◦ green 148 ◦ blue 96

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

Shades of Shamrock Green #049460

Tints of Shamrock Green #049460

RGB

 RED value IS 4 (1.95% from 255) = 1.61%

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 1.61%
G = 59.68%
B = 38.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#049460 (or 0x049460) is known color: Shamrock Green. HEX triplet: 04, 94 and 60. RGB value is (4,148,96). Sum of RGB (Red+Green+Blue) = 4+148+96=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #049460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049460 is #FB6B9F. Grayscale: #636363. Windows color (decimal): -16477088 or 6329348. OLE color: 6329348.

HSL color Cylindrical-coordinate representation of color #049460: hue angle of 158.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049460 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 96 -
CMYK 0.97 0 0.35 0.42
HSL 158.33º 0.95% 0.3% -
HSV(B) 158.33º 0.97% 0.58% -
XYZ 12.75 22.05 14.65 -
YUV 99.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 4 148 96 0.97 0 0.35 0.42 158.33 0.95 0.3
Hex 4 94 60 61 0 23 2A 9E 5F 1E
Octal 4 224 140 141 0 43 52 236 137 36
Binary 100 10010100 1100000 1100001 0 100011 101010 10011110 1011111 11110

Color Harmonies of #049460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049460

Black with #049460

Text Example


Text Example

White with #049460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049460; }

 p { color: rgb(4,148,96); }

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

background-color css

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

 a { background-color: rgb(4,148,96); }

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

border-color css

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

 span { border-color: rgb(4,148,96); }

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