Html Css Color HEX #4C8050 Killarney

📋 copy color: '#4C8050'

red 76 ◦ green 128 ◦ blue 80

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

Shades of Killarney #4C8050

Tints of Killarney #4C8050

RGB

 RED value IS 76 (30.08% from 255) = 26.76%

 GREEN value IS 128 (50.39% from 255) = 45.07%

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

R = 26.76%
G = 45.07%
B = 28.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#4C8050 (or 0x4C8050) is known color: Killarney. HEX triplet: 4C, 80 and 50. RGB value is (76,128,80). Sum of RGB (Red+Green+Blue) = 76+128+80=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8050 is #B37FAF. Grayscale: #6B6B6B. Windows color (decimal): -11763632 or 5275724. OLE color: 5275724.

HSL color Cylindrical-coordinate representation of color #4C8050: hue angle of 124.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8050 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 128 80 -
CMYK 0.41 0 0.38 0.50
HSL 124.62º 0.25% 0.4% -
HSV(B) 124.62º 0.41% 0.5% -
XYZ 12.15 17.55 10.34 -
YUV 106.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 76 128 80 0.41 0 0.38 0.50 124.62 0.25 0.4
Hex 4C 80 50 29 0 26 32 7D 19 28
Octal 114 200 120 51 0 46 62 175 31 50
Binary 1001100 10000000 1010000 101001 0 100110 110010 1111101 11001 101000

Color Harmonies of #4C8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8050

Black with #4C8050

Text Example


Text Example

White with #4C8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C8050; }

 p { color: rgb(76,128,80); }

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

background-color css

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

 a { background-color: rgb(76,128,80); }

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

border-color css

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

 span { border-color: rgb(76,128,80); }

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