Html Css Color HEX #048C55 Shamrock Green

📋 copy color: '#048C55'

red 4 ◦ green 140 ◦ blue 85

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

Shades of Shamrock Green #048C55

Tints of Shamrock Green #048C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 1.75%
G = 61.14%
B = 37.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#048C55 (or 0x048C55) is known color: Shamrock Green. HEX triplet: 04, 8C and 55. RGB value is (4,140,85). Sum of RGB (Red+Green+Blue) = 4+140+85=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #048C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C55 is #FB73AA. Grayscale: #5D5D5D. Windows color (decimal): -16479147 or 5606404. OLE color: 5606404.

HSL color Cylindrical-coordinate representation of color #048C55: hue angle of 155.74º 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 #048C55 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 140 85 -
CMYK 0.97 0 0.39 0.45
HSL 155.74º 0.94% 0.28% -
HSV(B) 155.74º 0.97% 0.55% -
XYZ 11.07 19.44 11.76 -
YUV 93.07 123.44 64.47 -
System Red Green Blue C M Y K H S L
Decimal 4 140 85 0.97 0 0.39 0.45 155.74 0.94 0.28
Hex 4 8C 55 61 0 27 2D 9C 5E 1C
Octal 4 214 125 141 0 47 55 234 136 34
Binary 100 10001100 1010101 1100001 0 100111 101101 10011100 1011110 11100

Color Harmonies of #048C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C55

Black with #048C55

Text Example


Text Example

White with #048C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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