Html Css Color HEX #528958 Killarney

📋 copy color: '#528958'

red 82 ◦ green 137 ◦ blue 88

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

Shades of Killarney #528958

Tints of Killarney #528958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 26.71%
G = 44.63%
B = 28.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#528958 (or 0x528958) is known color: Killarney. HEX triplet: 52, 89 and 58. RGB value is (82,137,88). Sum of RGB (Red+Green+Blue) = 82+137+88=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #528958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528958 is #AD76A7. Grayscale: #737373. Windows color (decimal): -11368104 or 5802322. OLE color: 5802322.

HSL color Cylindrical-coordinate representation of color #528958: hue angle of 126.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528958 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 88 -
CMYK 0.40 0 0.36 0.46
HSL 126.55º 0.25% 0.43% -
HSV(B) 126.55º 0.4% 0.54% -
XYZ 14.19 20.39 12.42 -
YUV 114.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 82 137 88 0.40 0 0.36 0.46 126.55 0.25 0.43
Hex 52 89 58 28 0 24 2E 7F 19 2B
Octal 122 211 130 50 0 44 56 177 31 53
Binary 1010010 10001001 1011000 101000 0 100100 101110 1111111 11001 101011

Color Harmonies of #528958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528958

Black with #528958

Text Example


Text Example

White with #528958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528958; }

 p { color: rgb(82,137,88); }

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

background-color css

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

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

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

border-color css

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

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

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