#48814B

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

Shades of Killarney #48814B

Tints of Killarney #48814B

Color information

#48814B (or 0x48814B) is unknown color: approx Killarney. HEX triplet: 48, 81 and 4B. RGB value is (72,129,75). Sum of RGB (Red+Green+Blue) = 72+129+75=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #48814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48814B is #B77EB4. Grayscale: #696969. Windows color (decimal): -12025525 or 4948296. OLE color: 4948296.

HSL color Cylindrical-coordinate representation of color #48814B: hue angle of 123.16º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48814B is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB7212975-
CMYK0.4400.420.49
HSL123.16º28.36%39.41%-
HSV(B)123.16º44.19%50.59%-
XYZ11.7917.599.43-
YUV105.8110.62103.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=26.09%
G=46.74%
B=27.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129750.4400.420.49123.1628.3639.41
Hex48814B2C02A317b1c27
Octal11020111354052611733447
Binary10010001000000110010111011000101010110001111101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48814B; }

 p { color: rgb(72,129,75); }

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

<style>
 a { background-color: #48814B; }

 a { background-color: rgb(72,129,75); }

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

<style>
 span { border-color: #48814B; }

 span { border-color: rgb(72,129,75); }

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