#458C48

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

Shades of Killarney #458C48

Tints of Killarney #458C48

Color information

#458C48 (or 0x458C48) is unknown color: approx Killarney. HEX triplet: 45, 8C and 48. RGB value is (69,140,72). Sum of RGB (Red+Green+Blue) = 69+140+72=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #458C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C48 is #BA73B7. Grayscale: #6F6F6F. Windows color (decimal): -12219320 or 4754501. OLE color: 4754501.

HSL color Cylindrical-coordinate representation of color #458C48: hue angle of 122.54º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458C48 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB6914072-
CMYK0.5100.490.45
HSL122.54º33.97%40.98%-
HSV(B)122.54º50.71%54.9%-
XYZ1320.499.4-
YUV111.02105.9898.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 140 (55.08% from 255) = 49.82%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=24.56%
G=49.82%
B=25.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69140720.5100.490.45122.5433.9740.98
Hex458C48330312D7b2229
Octal10521411063061551734251
Binary100010110001100100100011001101100011011011111011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458C48; }

 p { color: rgb(69,140,72); }

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

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

 a { background-color: rgb(69,140,72); }

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

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

 span { border-color: rgb(69,140,72); }

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