Html Css Color HEX #048C53 Shamrock Green

📋 copy color: '#048C53'

red 4 ◦ green 140 ◦ blue 83

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

Shades of Shamrock Green #048C53

Tints of Shamrock Green #048C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.56%

R = 1.76%
G = 61.67%
B = 36.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#048C53 (or 0x048C53) is known color: Shamrock Green. HEX triplet: 04, 8C and 53. RGB value is (4,140,83). Sum of RGB (Red+Green+Blue) = 4+140+83=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #048C53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C53 is #FB73AC. Grayscale: #5C5C5C. Windows color (decimal): -16479149 or 5475332. OLE color: 5475332.

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

Color convert

RGB 4 140 83 -
CMYK 0.97 0 0.41 0.45
HSL 154.85º 0.94% 0.28% -
HSV(B) 154.85º 0.97% 0.55% -
XYZ 10.99 19.41 11.35 -
YUV 92.84 122.44 64.63 -
System Red Green Blue C M Y K H S L
Decimal 4 140 83 0.97 0 0.41 0.45 154.85 0.94 0.28
Hex 4 8C 53 61 0 29 2D 9B 5E 1C
Octal 4 214 123 141 0 51 55 233 136 34
Binary 100 10001100 1010011 1100001 0 101001 101101 10011011 1011110 11100

Color Harmonies of #048C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C53

Black with #048C53

Text Example


Text Example

White with #048C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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