Html Css Color HEX #527152 Killarney

📋 copy color: '#527152'

red 82 ◦ green 113 ◦ blue 82

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

Shades of Killarney #527152

Tints of Killarney #527152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

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

R = 29.6%
G = 40.79%
B = 29.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#527152 (or 0x527152) is known color: Killarney. HEX triplet: 52, 71 and 52. RGB value is (82,113,82). Sum of RGB (Red+Green+Blue) = 82+113+82=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #527152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527152 is #AD8EAD. Grayscale: #646464. Windows color (decimal): -11374254 or 5402962. OLE color: 5402962.

HSL color Cylindrical-coordinate representation of color #527152: hue angle of 120º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527152 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 82 -
CMYK 0.27 0 0.27 0.56
HSL 120º 0.16% 0.38% -
HSV(B) 120º 0.27% 0.44% -
XYZ 10.91 14.21 10.15 -
YUV 100.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 82 113 82 0.27 0 0.27 0.56 120 0.16 0.38
Hex 52 71 52 1B 0 1B 38 78 10 26
Octal 122 161 122 33 0 33 70 170 20 46
Binary 1010010 1110001 1010010 11011 0 11011 111000 1111000 10000 100110

Color Harmonies of #527152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527152

Black with #527152

Text Example


Text Example

White with #527152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527152; }

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

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

background-color css

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

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

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

border-color css

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

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

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