Html Css Color HEX #048E5C Shamrock Green

📋 copy color: '#048E5C'

red 4 ◦ green 142 ◦ blue 92

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

Shades of Shamrock Green #048E5C

Tints of Shamrock Green #048E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 59.66%

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 1.68%
G = 59.66%
B = 38.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#048E5C (or 0x048E5C) is known color: Shamrock Green. HEX triplet: 04, 8E and 5C. RGB value is (4,142,92). Sum of RGB (Red+Green+Blue) = 4+142+92=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #048E5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E5C is #FB71A3. Grayscale: #5F5F5F. Windows color (decimal): -16478628 or 6065668. OLE color: 6065668.

HSL color Cylindrical-coordinate representation of color #048E5C: hue angle of 158.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E5C is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 92 -
CMYK 0.97 0 0.35 0.44
HSL 158.26º 0.95% 0.29% -
HSV(B) 158.26º 0.97% 0.56% -
XYZ 11.65 20.14 13.4 -
YUV 95.04 126.28 63.07 -
System Red Green Blue C M Y K H S L
Decimal 4 142 92 0.97 0 0.35 0.44 158.26 0.95 0.29
Hex 4 8E 5C 61 0 23 2C 9E 5F 1D
Octal 4 216 134 141 0 43 54 236 137 35
Binary 100 10001110 1011100 1100001 0 100011 101100 10011110 1011111 11101

Color Harmonies of #048E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E5C

Black with #048E5C

Text Example


Text Example

White with #048E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,142,92); }

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

background-color css

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

 a { background-color: rgb(4,142,92); }

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

border-color css

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

 span { border-color: rgb(4,142,92); }

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