#48844B

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

Shades of Killarney #48844B

Tints of Killarney #48844B

Color information

#48844B (or 0x48844B) is unknown color: approx Killarney. HEX triplet: 48, 84 and 4B. RGB value is (72,132,75). Sum of RGB (Red+Green+Blue) = 72+132+75=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #48844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48844B is #B77BB4. Grayscale: #6B6B6B. Windows color (decimal): -12024757 or 4949064. OLE color: 4949064.

HSL color Cylindrical-coordinate representation of color #48844B: hue angle of 123º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48844B is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB7213275-
CMYK0.4500.430.48
HSL123º29.41%40%-
HSV(B)123º45.45%51.76%-
XYZ12.1918.399.56-
YUV107.56109.62102.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=25.81%
G=47.31%
B=26.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132750.4500.430.4812329.4140
Hex48844B2D02B307b1d28
Octal11020411355053601733550
Binary10010001000010010010111011010101011110000111101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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