#48764F

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

Shades of Killarney #48764F

Tints of Killarney #48764F

Color information

#48764F (or 0x48764F) is unknown color: approx Killarney. HEX triplet: 48, 76 and 4F. RGB value is (72,118,79). Sum of RGB (Red+Green+Blue) = 72+118+79=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #48764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48764F is #B789B0. Grayscale: #636363. Windows color (decimal): -12028337 or 5207624. OLE color: 5207624.

HSL color Cylindrical-coordinate representation of color #48764F: hue angle of 129.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48764F is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB7211879-
CMYK0.3900.330.54
HSL129.13º24.21%37.25%-
HSV(B)129.13º38.98%46.27%-
XYZ10.5614.99.72-
YUV99.8116.26108.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=26.77%
G=43.87%
B=29.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118790.3900.330.54129.1324.2137.25
Hex48764F2702136811825
Octal11016611747041662013045
Binary10010001110110100111110011101000011101101000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48764F; }

 p { color: rgb(72,118,79); }

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

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

 a { background-color: rgb(72,118,79); }

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

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

 span { border-color: rgb(72,118,79); }

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