Html Css Color HEX #527256 Killarney

📋 copy color: '#527256'

red 82 ◦ green 114 ◦ blue 86

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

Shades of Killarney #527256

Tints of Killarney #527256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 29.08%
G = 40.43%
B = 30.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#527256 (or 0x527256) is known color: Killarney. HEX triplet: 52, 72 and 56. RGB value is (82,114,86). Sum of RGB (Red+Green+Blue) = 82+114+86=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #527256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527256 is #AD8DA9. Grayscale: #656565. Windows color (decimal): -11373994 or 5665362. OLE color: 5665362.

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

Color convert

RGB 82 114 86 -
CMYK 0.28 0 0.25 0.55
HSL 127.5º 0.16% 0.38% -
HSV(B) 127.5º 0.28% 0.45% -
XYZ 11.18 14.5 11.01 -
YUV 101.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 82 114 86 0.28 0 0.25 0.55 127.5 0.16 0.38
Hex 52 72 56 1C 0 19 37 80 10 26
Octal 122 162 126 34 0 31 67 200 20 46
Binary 1010010 1110010 1010110 11100 0 11001 110111 10000000 10000 100110

Color Harmonies of #527256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527256

Black with #527256

Text Example


Text Example

White with #527256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527256; }

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

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

background-color css

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

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

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

border-color css

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

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

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