Html Css Color HEX #048C50 Shamrock Green

📋 copy color: '#048C50'

red 4 ◦ green 140 ◦ blue 80

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

Shades of Shamrock Green #048C50

Tints of Shamrock Green #048C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 62.5%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 1.79%
G = 62.5%
B = 35.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#048C50 (or 0x048C50) is known color: Shamrock Green. HEX triplet: 04, 8C and 50. RGB value is (4,140,80). Sum of RGB (Red+Green+Blue) = 4+140+80=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #048C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C50 is #FB73AF. Grayscale: #5C5C5C. Windows color (decimal): -16479152 or 5278724. OLE color: 5278724.

HSL color Cylindrical-coordinate representation of color #048C50: hue angle of 153.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C50 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 140 80 -
CMYK 0.97 0 0.43 0.45
HSL 153.53º 0.94% 0.28% -
HSV(B) 153.53º 0.97% 0.55% -
XYZ 10.88 19.36 10.75 -
YUV 92.5 120.94 64.88 -
System Red Green Blue C M Y K H S L
Decimal 4 140 80 0.97 0 0.43 0.45 153.53 0.94 0.28
Hex 4 8C 50 61 0 2B 2D 9A 5E 1C
Octal 4 214 120 141 0 53 55 232 136 34
Binary 100 10001100 1010000 1100001 0 101011 101101 10011010 1011110 11100

Color Harmonies of #048C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C50

Black with #048C50

Text Example


Text Example

White with #048C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048C50; }

 p { color: rgb(4,140,80); }

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

background-color css

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

 a { background-color: rgb(4,140,80); }

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

border-color css

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

 span { border-color: rgb(4,140,80); }

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