Html Css Color HEX #527F52 Killarney

📋 copy color: '#527F52'

red 82 ◦ green 127 ◦ blue 82

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

Shades of Killarney #527F52

Tints of Killarney #527F52

RGB

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

 GREEN value IS 127 (50% from 255) = 43.64%

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 28.18%
G = 43.64%
B = 28.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#527F52 (or 0x527F52) is known color: Killarney. HEX triplet: 52, 7F and 52. RGB value is (82,127,82). Sum of RGB (Red+Green+Blue) = 82+127+82=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #527F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F52 is #AD80AD. Grayscale: #6C6C6C. Windows color (decimal): -11370670 or 5406546. OLE color: 5406546.

HSL color Cylindrical-coordinate representation of color #527F52: hue angle of 120º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F52 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 82 -
CMYK 0.35 0 0.35 0.50
HSL 120º 0.22% 0.41% -
HSV(B) 120º 0.35% 0.5% -
XYZ 12.59 17.58 10.71 -
YUV 108.42 113.09 109.16 -
System Red Green Blue C M Y K H S L
Decimal 82 127 82 0.35 0 0.35 0.50 120 0.22 0.41
Hex 52 7F 52 23 0 23 32 78 16 29
Octal 122 177 122 43 0 43 62 170 26 51
Binary 1010010 1111111 1010010 100011 0 100011 110010 1111000 10110 101001

Color Harmonies of #527F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F52

Black with #527F52

Text Example


Text Example

White with #527F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527F52; }

 p { color: rgb(82,127,82); }

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

background-color css

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

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

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

border-color css

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

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

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