Html Css Color HEX #527251 Killarney

📋 copy color: '#527251'

red 82 ◦ green 114 ◦ blue 81

#527251
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #527251

Tints of Killarney #527251

RGB

 RED value IS 82 (32.42% from 255) = 29.6%

 GREEN value IS 114 (44.92% from 255) = 41.16%

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 29.6%
G = 41.16%
B = 29.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#527251 (or 0x527251) is known color: Killarney. HEX triplet: 52, 72 and 51. RGB value is (82,114,81). Sum of RGB (Red+Green+Blue) = 82+114+81=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #527251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527251 is #AD8DAE. Grayscale: #646464. Windows color (decimal): -11373999 or 5337682. OLE color: 5337682.

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

Color convert

RGB 82 114 81 -
CMYK 0.28 0 0.29 0.55
HSL 118.18º 0.17% 0.38% -
HSV(B) 118.18º 0.29% 0.45% -
XYZ 10.98 14.42 9.99 -
YUV 100.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 82 114 81 0.28 0 0.29 0.55 118.18 0.17 0.38
Hex 52 72 51 1C 0 1D 37 76 11 26
Octal 122 162 121 34 0 35 67 166 21 46
Binary 1010010 1110010 1010001 11100 0 11101 110111 1110110 10001 100110

Color Harmonies of #527251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527251

Black with #527251

Text Example


Text Example

White with #527251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527251; }

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

 H1.HeaderClassName
 {
   color: #527251;
 }
 .AnyTagClassName
 {
   color: #527251;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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