#507252

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

Shades of Killarney #507252

Tints of Killarney #507252

Color information

#507252 (or 0x507252) is unknown color: approx Killarney. HEX triplet: 50, 72 and 52. RGB value is (80,114,82). Sum of RGB (Red+Green+Blue) = 80+114+82=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #507252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507252 is #AF8DAD. Grayscale: #646464. Windows color (decimal): -11505070 or 5403216. OLE color: 5403216.

HSL color Cylindrical-coordinate representation of color #507252: hue angle of 123.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507252 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB8011482-
CMYK0.3000.280.55
HSL123.53º17.53%38.04%-
HSV(B)123.53º29.82%44.71%-
XYZ10.8514.3510.18-
YUV100.19117.74113.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=28.99%
G=41.30%
B=29.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114820.3000.280.55123.5317.5338.04
Hex5072521E01C377c1226
Octal12016212236034671742246
Binary10100001110010101001011110011100110111111110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507252; }

 p { color: rgb(80,114,82); }

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

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

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

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

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

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

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