Html Css Color HEX #528253 Killarney

📋 copy color: '#528253'

red 82 ◦ green 130 ◦ blue 83

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

Shades of Killarney #528253

Tints of Killarney #528253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 27.8%
G = 44.07%
B = 28.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#528253 (or 0x528253) is known color: Killarney. HEX triplet: 52, 82 and 53. RGB value is (82,130,83). Sum of RGB (Red+Green+Blue) = 82+130+83=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #528253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528253 is #AD7DAC. Grayscale: #6E6E6E. Windows color (decimal): -11369901 or 5472850. OLE color: 5472850.

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

Color convert

RGB 82 130 83 -
CMYK 0.37 0 0.36 0.49
HSL 121.25º 0.23% 0.42% -
HSV(B) 121.25º 0.37% 0.51% -
XYZ 13.02 18.38 11.05 -
YUV 110.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 82 130 83 0.37 0 0.36 0.49 121.25 0.23 0.42
Hex 52 82 53 25 0 24 31 79 17 2A
Octal 122 202 123 45 0 44 61 171 27 52
Binary 1010010 10000010 1010011 100101 0 100100 110001 1111001 10111 101010

Color Harmonies of #528253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528253

Black with #528253

Text Example


Text Example

White with #528253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528253; }

 p { color: rgb(82,130,83); }

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

background-color css

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

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

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

border-color css

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

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

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