Html Css Color HEX #527452 Killarney

📋 copy color: '#527452'

red 82 ◦ green 116 ◦ blue 82

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

Shades of Killarney #527452

Tints of Killarney #527452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

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

R = 29.29%
G = 41.43%
B = 29.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#527452 (or 0x527452) is known color: Killarney. HEX triplet: 52, 74 and 52. RGB value is (82,116,82). Sum of RGB (Red+Green+Blue) = 82+116+82=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #527452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527452 is #AD8BAD. Grayscale: #666666. Windows color (decimal): -11373486 or 5403730. OLE color: 5403730.

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

Color convert

RGB 82 116 82 -
CMYK 0.29 0 0.29 0.55
HSL 120º 0.17% 0.39% -
HSV(B) 120º 0.29% 0.45% -
XYZ 11.25 14.89 10.26 -
YUV 101.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 82 116 82 0.29 0 0.29 0.55 120 0.17 0.39
Hex 52 74 52 1D 0 1D 37 78 11 27
Octal 122 164 122 35 0 35 67 170 21 47
Binary 1010010 1110100 1010010 11101 0 11101 110111 1111000 10001 100111

Color Harmonies of #527452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527452

Black with #527452

Text Example


Text Example

White with #527452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527452; }

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

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

background-color css

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

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

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

border-color css

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

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

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