Html Css Color HEX #049866 Shamrock Green

📋 copy color: '#049866'

red 4 ◦ green 152 ◦ blue 102

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

Shades of Shamrock Green #049866

Tints of Shamrock Green #049866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.91%

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 1.55%
G = 58.91%
B = 39.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#049866 (or 0x049866) is known color: Shamrock Green. HEX triplet: 04, 98 and 66. RGB value is (4,152,102). Sum of RGB (Red+Green+Blue) = 4+152+102=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 152 (59.77% from 255 or 58.91% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 152 - color contains mainly: green. Hex color #049866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049866 is #FB6799. Grayscale: #666666. Windows color (decimal): -16476058 or 6723588. OLE color: 6723588.

HSL color Cylindrical-coordinate representation of color #049866: hue angle of 159.73º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049866 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 152 102 -
CMYK 0.97 0 0.33 0.40
HSL 159.73º 0.95% 0.31% -
HSV(B) 159.73º 0.97% 0.6% -
XYZ 13.68 23.44 16.37 -
YUV 102.05 127.97 58.07 -
System Red Green Blue C M Y K H S L
Decimal 4 152 102 0.97 0 0.33 0.40 159.73 0.95 0.31
Hex 4 98 66 61 0 21 28 A0 5F 1F
Octal 4 230 146 141 0 41 50 240 137 37
Binary 100 10011000 1100110 1100001 0 100001 101000 10100000 1011111 11111

Color Harmonies of #049866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049866

Black with #049866

Text Example


Text Example

White with #049866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049866; }

 p { color: rgb(4,152,102); }

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

background-color css

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

 a { background-color: rgb(4,152,102); }

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

border-color css

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

 span { border-color: rgb(4,152,102); }

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