#51855A

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

Shades of Killarney #51855A

Tints of Killarney #51855A

Color information

#51855A (or 0x51855A) is unknown color: approx Killarney. HEX triplet: 51, 85 and 5A. RGB value is (81,133,90). Sum of RGB (Red+Green+Blue) = 81+133+90=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #51855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51855A is #AE7AA5. Grayscale: #707070. Windows color (decimal): -11434662 or 5932369. OLE color: 5932369.

HSL color Cylindrical-coordinate representation of color #51855A: hue angle of 130.38º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51855A is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB8113390-
CMYK0.3900.320.48
HSL130.38º24.3%41.96%-
HSV(B)130.38º39.1%52.16%-
XYZ13.6319.2612.67-
YUV112.55115.27105.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=26.64%
G=43.75%
B=29.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81133900.3900.320.48130.3824.341.96
Hex51855A270203082182a
Octal12120513247040602023052
Binary101000110000101101101010011101000001100001000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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