Html Css Color HEX #528152 Killarney

📋 copy color: '#528152'

red 82 ◦ green 129 ◦ blue 82

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

Shades of Killarney #528152

Tints of Killarney #528152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.03%

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

R = 27.99%
G = 44.03%
B = 27.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#528152 (or 0x528152) is known color: Killarney. HEX triplet: 52, 81 and 52. RGB value is (82,129,82). Sum of RGB (Red+Green+Blue) = 82+129+82=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #528152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528152 is #AD7EAD. Grayscale: #6D6D6D. Windows color (decimal): -11370158 or 5407058. OLE color: 5407058.

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

Color convert

RGB 82 129 82 -
CMYK 0.36 0 0.36 0.49
HSL 120º 0.22% 0.41% -
HSV(B) 120º 0.36% 0.51% -
XYZ 12.85 18.1 10.8 -
YUV 109.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 82 129 82 0.36 0 0.36 0.49 120 0.22 0.41
Hex 52 81 52 24 0 24 31 78 16 29
Octal 122 201 122 44 0 44 61 170 26 51
Binary 1010010 10000001 1010010 100100 0 100100 110001 1111000 10110 101001

Color Harmonies of #528152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528152

Black with #528152

Text Example


Text Example

White with #528152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528152; }

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

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

background-color css

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

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

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

border-color css

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

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

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