Html Css Color HEX #528052 Killarney

📋 copy color: '#528052'

red 82 ◦ green 128 ◦ blue 82

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

Shades of Killarney #528052

Tints of Killarney #528052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.84%

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

R = 28.08%
G = 43.84%
B = 28.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#528052 (or 0x528052) is known color: Killarney. HEX triplet: 52, 80 and 52. RGB value is (82,128,82). Sum of RGB (Red+Green+Blue) = 82+128+82=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #528052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528052 is #AD7FAD. Grayscale: #6D6D6D. Windows color (decimal): -11370414 or 5406802. OLE color: 5406802.

HSL color Cylindrical-coordinate representation of color #528052: hue angle of 120º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528052 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 82 -
CMYK 0.36 0 0.36 0.50
HSL 120º 0.22% 0.41% -
HSV(B) 120º 0.36% 0.5% -
XYZ 12.72 17.84 10.76 -
YUV 109 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 82 128 82 0.36 0 0.36 0.50 120 0.22 0.41
Hex 52 80 52 24 0 24 32 78 16 29
Octal 122 200 122 44 0 44 62 170 26 51
Binary 1010010 10000000 1010010 100100 0 100100 110010 1111000 10110 101001

Color Harmonies of #528052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528052

Black with #528052

Text Example


Text Example

White with #528052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528052; }

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

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

background-color css

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

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

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

border-color css

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

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

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