Html Css Color HEX #527454 Killarney

📋 copy color: '#527454'

red 82 ◦ green 116 ◦ blue 84

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

Shades of Killarney #527454

Tints of Killarney #527454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 84 (33.2% from 255) = 29.79%

R = 29.08%
G = 41.13%
B = 29.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#527454 (or 0x527454) is known color: Killarney. HEX triplet: 52, 74 and 54. RGB value is (82,116,84). Sum of RGB (Red+Green+Blue) = 82+116+84=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #527454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527454 is #AD8BAB. Grayscale: #666666. Windows color (decimal): -11373484 or 5534802. OLE color: 5534802.

HSL color Cylindrical-coordinate representation of color #527454: hue angle of 123.53º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527454 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 84 -
CMYK 0.29 0 0.28 0.55
HSL 123.53º 0.17% 0.39% -
HSV(B) 123.53º 0.29% 0.45% -
XYZ 11.33 14.92 10.67 -
YUV 102.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 82 116 84 0.29 0 0.28 0.55 123.53 0.17 0.39
Hex 52 74 54 1D 0 1C 37 7C 11 27
Octal 122 164 124 35 0 34 67 174 21 47
Binary 1010010 1110100 1010100 11101 0 11100 110111 1111100 10001 100111

Color Harmonies of #527454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527454

Black with #527454

Text Example


Text Example

White with #527454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527454; }

 p { color: rgb(82,116,84); }

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

background-color css

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

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

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

border-color css

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

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

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