#488752

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

Shades of Killarney #488752

Tints of Killarney #488752

Color information

#488752 (or 0x488752) is unknown color: approx Killarney. HEX triplet: 48, 87 and 52. RGB value is (72,135,82). Sum of RGB (Red+Green+Blue) = 72+135+82=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #488752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488752 is #B778AD. Grayscale: #6E6E6E. Windows color (decimal): -12023982 or 5408584. OLE color: 5408584.

HSL color Cylindrical-coordinate representation of color #488752: hue angle of 129.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488752 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB7213582-
CMYK0.4700.390.47
HSL129.52º30.43%40.59%-
HSV(B)129.52º46.67%52.94%-
XYZ12.8619.3111.03-
YUV110.12112.13100.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=24.91%
G=46.71%
B=28.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135820.4700.390.47129.5230.4340.59
Hex4887522F0272F821e29
Octal11020712257047572023651
Binary100100010000111101001010111101001111011111000001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488752; }

 p { color: rgb(72,135,82); }

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

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

 a { background-color: rgb(72,135,82); }

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

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

 span { border-color: rgb(72,135,82); }

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