#51865A

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

Shades of Killarney #51865A

Tints of Killarney #51865A

Color information

#51865A (or 0x51865A) is unknown color: approx Killarney. HEX triplet: 51, 86 and 5A. RGB value is (81,134,90). Sum of RGB (Red+Green+Blue) = 81+134+90=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #51865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51865A is #AE79A5. Grayscale: #717171. Windows color (decimal): -11434406 or 5932625. OLE color: 5932625.

HSL color Cylindrical-coordinate representation of color #51865A: hue angle of 130.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51865A is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB8113490-
CMYK0.4000.330.47
HSL130.19º24.65%42.16%-
HSV(B)130.19º39.55%52.55%-
XYZ13.7619.5412.72-
YUV113.14114.94105.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=26.56%
G=43.93%
B=29.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81134900.4000.330.47130.1924.6542.16
Hex51865A280212F82192a
Octal12120613250041572023152
Binary101000110000110101101010100001000011011111000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51865A; }

 p { color: rgb(81,134,90); }

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

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

 a { background-color: rgb(81,134,90); }

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

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

 span { border-color: rgb(81,134,90); }

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