Html Css Color HEX #049255 Shamrock Green

📋 copy color: '#049255'

red 4 ◦ green 146 ◦ blue 85

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

Shades of Shamrock Green #049255

Tints of Shamrock Green #049255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 62.13%

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

R = 1.7%
G = 62.13%
B = 36.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#049255 (or 0x049255) is known color: Shamrock Green. HEX triplet: 04, 92 and 55. RGB value is (4,146,85). Sum of RGB (Red+Green+Blue) = 4+146+85=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #049255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049255 is #FB6DAA. Grayscale: #606060. Windows color (decimal): -16477611 or 5607940. OLE color: 5607940.

HSL color Cylindrical-coordinate representation of color #049255: hue angle of 154.23º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049255 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 85 -
CMYK 0.97 0 0.42 0.43
HSL 154.23º 0.95% 0.29% -
HSV(B) 154.23º 0.97% 0.57% -
XYZ 11.97 21.24 12.06 -
YUV 96.59 121.46 61.96 -
System Red Green Blue C M Y K H S L
Decimal 4 146 85 0.97 0 0.42 0.43 154.23 0.95 0.29
Hex 4 92 55 61 0 2A 2B 9A 5F 1D
Octal 4 222 125 141 0 52 53 232 137 35
Binary 100 10010010 1010101 1100001 0 101010 101011 10011010 1011111 11101

Color Harmonies of #049255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049255

Black with #049255

Text Example


Text Example

White with #049255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049255; }

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

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

background-color css

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

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

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

border-color css

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

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

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