Html Css Color HEX #528455 Killarney

📋 copy color: '#528455'

red 82 ◦ green 132 ◦ blue 85

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

Shades of Killarney #528455

Tints of Killarney #528455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.15%

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 27.42%
G = 44.15%
B = 28.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#528455 (or 0x528455) is known color: Killarney. HEX triplet: 52, 84 and 55. RGB value is (82,132,85). Sum of RGB (Red+Green+Blue) = 82+132+85=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #528455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528455 is #AD7BAA. Grayscale: #6F6F6F. Windows color (decimal): -11369387 or 5604434. OLE color: 5604434.

HSL color Cylindrical-coordinate representation of color #528455: hue angle of 123.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528455 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 85 -
CMYK 0.38 0 0.36 0.48
HSL 123.6º 0.23% 0.42% -
HSV(B) 123.6º 0.38% 0.52% -
XYZ 13.37 18.95 11.55 -
YUV 111.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 82 132 85 0.38 0 0.36 0.48 123.6 0.23 0.42
Hex 52 84 55 26 0 24 30 7C 17 2A
Octal 122 204 125 46 0 44 60 174 27 52
Binary 1010010 10000100 1010101 100110 0 100100 110000 1111100 10111 101010

Color Harmonies of #528455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528455

Black with #528455

Text Example


Text Example

White with #528455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528455; }

 p { color: rgb(82,132,85); }

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

background-color css

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

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

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

border-color css

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

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

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