Html Css Color HEX #527252 Killarney

📋 copy color: '#527252'

red 82 ◦ green 114 ◦ blue 82

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

Shades of Killarney #527252

Tints of Killarney #527252

RGB

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

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

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

R = 29.5%
G = 41.01%
B = 29.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#527252 (or 0x527252) is known color: Killarney. HEX triplet: 52, 72 and 52. RGB value is (82,114,82). Sum of RGB (Red+Green+Blue) = 82+114+82=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #527252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527252 is #AD8DAD. Grayscale: #646464. Windows color (decimal): -11373998 or 5403218. OLE color: 5403218.

HSL color Cylindrical-coordinate representation of color #527252: hue angle of 120º 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 #527252 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 82 -
CMYK 0.28 0 0.28 0.55
HSL 120º 0.16% 0.38% -
HSV(B) 120º 0.28% 0.45% -
XYZ 11.02 14.44 10.19 -
YUV 100.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 82 114 82 0.28 0 0.28 0.55 120 0.16 0.38
Hex 52 72 52 1C 0 1C 37 78 10 26
Octal 122 162 122 34 0 34 67 170 20 46
Binary 1010010 1110010 1010010 11100 0 11100 110111 1111000 10000 100110

Color Harmonies of #527252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527252

Black with #527252

Text Example


Text Example

White with #527252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527252; }

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

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

background-color css

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

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

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

border-color css

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

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

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