#48754F

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

Shades of Killarney #48754F

Tints of Killarney #48754F

Color information

#48754F (or 0x48754F) is unknown color: approx Killarney. HEX triplet: 48, 75 and 4F. RGB value is (72,117,79). Sum of RGB (Red+Green+Blue) = 72+117+79=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #48754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48754F is #B78AB0. Grayscale: #636363. Windows color (decimal): -12028593 or 5207368. OLE color: 5207368.

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

Color convert

RGB7211779-
CMYK0.3800.320.54
HSL129.33º23.81%37.06%-
HSV(B)129.33º38.46%45.88%-
XYZ10.4514.669.68-
YUV99.21116.59108.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=26.87%
G=43.66%
B=29.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117790.3800.320.54129.3323.8137.06
Hex48754F2602036811825
Octal11016511746040662013045
Binary10010001110101100111110011001000001101101000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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