Html Css Color HEX #527652 Killarney

📋 copy color: '#527652'

red 82 ◦ green 118 ◦ blue 82

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

Shades of Killarney #527652

Tints of Killarney #527652

RGB

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

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

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

R = 29.08%
G = 41.84%
B = 29.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#527652 (or 0x527652) is known color: Killarney. HEX triplet: 52, 76 and 52. RGB value is (82,118,82). Sum of RGB (Red+Green+Blue) = 82+118+82=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #527652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527652 is #AD89AD. Grayscale: #676767. Windows color (decimal): -11372974 or 5404242. OLE color: 5404242.

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

Color convert

RGB 82 118 82 -
CMYK 0.31 0 0.31 0.54
HSL 120º 0.18% 0.39% -
HSV(B) 120º 0.31% 0.46% -
XYZ 11.48 15.36 10.34 -
YUV 103.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 82 118 82 0.31 0 0.31 0.54 120 0.18 0.39
Hex 52 76 52 1F 0 1F 36 78 12 27
Octal 122 166 122 37 0 37 66 170 22 47
Binary 1010010 1110110 1010010 11111 0 11111 110110 1111000 10010 100111

Color Harmonies of #527652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527652

Black with #527652

Text Example


Text Example

White with #527652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527652; }

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

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

background-color css

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

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

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

border-color css

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

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

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