#527752

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

Shades of Killarney #527752

Tints of Killarney #527752

Color information

#527752 (or 0x527752) is unknown color: approx Killarney. HEX triplet: 52, 77 and 52. RGB value is (82,119,82). Sum of RGB (Red+Green+Blue) = 82+119+82=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #527752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527752 is #AD88AD. Grayscale: #676767. Windows color (decimal): -11372718 or 5404498. OLE color: 5404498.

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

Color convert

RGB8211982-
CMYK0.3100.310.53
HSL120º18.41%39.41%-
HSV(B)120º31.09%46.67%-
XYZ11.615.610.38-
YUV103.72115.74112.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=28.98%
G=42.05%
B=28.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119820.3100.310.5312018.4139.41
Hex5277521F01F35781227
Octal12216712237037651702247
Binary10100101110111101001011111011111110101111100010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527752; }

 p { color: rgb(82,119,82); }

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

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

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

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

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

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

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