Html Css Color HEX #527650 Killarney

📋 copy color: '#527650'

red 82 ◦ green 118 ◦ blue 80

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

Shades of Killarney #527650

Tints of Killarney #527650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 29.29%
G = 42.14%
B = 28.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#527650 (or 0x527650) is known color: Killarney. HEX triplet: 52, 76 and 50. RGB value is (82,118,80). Sum of RGB (Red+Green+Blue) = 82+118+80=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #527650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527650 is #AD89AF. Grayscale: #676767. Windows color (decimal): -11372976 or 5273170. OLE color: 5273170.

HSL color Cylindrical-coordinate representation of color #527650: hue angle of 116.84º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527650 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 80 -
CMYK 0.31 0 0.32 0.54
HSL 116.84º 0.19% 0.39% -
HSV(B) 116.84º 0.32% 0.46% -
XYZ 11.41 15.33 9.95 -
YUV 102.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 82 118 80 0.31 0 0.32 0.54 116.84 0.19 0.39
Hex 52 76 50 1F 0 20 36 75 13 27
Octal 122 166 120 37 0 40 66 165 23 47
Binary 1010010 1110110 1010000 11111 0 100000 110110 1110101 10011 100111

Color Harmonies of #527650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527650

Black with #527650

Text Example


Text Example

White with #527650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527650; }

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

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

background-color css

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

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

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

border-color css

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

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

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