#4B8450

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

Shades of Killarney #4B8450

Tints of Killarney #4B8450

Color information

#4B8450 (or 0x4B8450) is unknown color: approx Killarney. HEX triplet: 4B, 84 and 50. RGB value is (75,132,80). Sum of RGB (Red+Green+Blue) = 75+132+80=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8450 is #B47BAF. Grayscale: #6D6D6D. Windows color (decimal): -11828144 or 5276747. OLE color: 5276747.

HSL color Cylindrical-coordinate representation of color #4B8450: hue angle of 125.26º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B8450 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB7513280-
CMYK0.4300.390.48
HSL125.26º27.54%40.59%-
HSV(B)125.26º43.18%51.76%-
XYZ12.618.5810.51-
YUV109.03111.62103.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=26.13%
G=45.99%
B=27.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75132800.4300.390.48125.2627.5440.59
Hex4B84502B027307d1c29
Octal11320412053047601753451
Binary10010111000010010100001010110100111110000111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,80); }

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

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

 a { background-color: rgb(75,132,80); }

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

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

 span { border-color: rgb(75,132,80); }

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