#4C8250

Color #4C8250 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #4C8250

Tints of Killarney #4C8250

Color information

#4C8250 (or 0x4C8250) is unknown color: approx Killarney. HEX triplet: 4C, 82 and 50. RGB value is (76,130,80). Sum of RGB (Red+Green+Blue) = 76+130+80=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #4C8250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8250 is #B37DAF. Grayscale: #6C6C6C. Windows color (decimal): -11763120 or 5276236. OLE color: 5276236.

HSL color Cylindrical-coordinate representation of color #4C8250: hue angle of 124.44º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C8250 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB7613080-
CMYK0.4200.380.49
HSL124.44º26.21%40.39%-
HSV(B)124.44º41.54%50.98%-
XYZ12.4118.0810.43-
YUV108.15112.11105.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=26.57%
G=45.45%
B=27.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76130800.4200.380.49124.4426.2140.39
Hex4C82502A026317c1a28
Octal11420212052046611743250
Binary10011001000001010100001010100100110110001111110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C8250;
 }
 .AnyTagClassName
 {
   color: #4C8250;
 }
</style>
background-color css

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

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

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

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

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

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