Html Css Color HEX #558158 Killarney

📋 copy color: '#558158'

red 85 ◦ green 129 ◦ blue 88

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

Shades of Killarney #558158

Tints of Killarney #558158

RGB

 RED value IS 85 (33.59% from 255) = 28.15%

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

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

R = 28.15%
G = 42.72%
B = 29.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#558158 (or 0x558158) is known color: Killarney. HEX triplet: 55, 81 and 58. RGB value is (85,129,88). Sum of RGB (Red+Green+Blue) = 85+129+88=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #558158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558158 is #AA7EA7. Grayscale: #6F6F6F. Windows color (decimal): -11173544 or 5800277. OLE color: 5800277.

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

Color convert

RGB 85 129 88 -
CMYK 0.34 0 0.32 0.49
HSL 124.09º 0.21% 0.42% -
HSV(B) 124.09º 0.34% 0.51% -
XYZ 13.36 18.34 12.07 -
YUV 111.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 85 129 88 0.34 0 0.32 0.49 124.09 0.21 0.42
Hex 55 81 58 22 0 20 31 7C 15 2A
Octal 125 201 130 42 0 40 61 174 25 52
Binary 1010101 10000001 1011000 100010 0 100000 110001 1111100 10101 101010

Color Harmonies of #558158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558158

Black with #558158

Text Example


Text Example

White with #558158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558158; }

 p { color: rgb(85,129,88); }

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

background-color css

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

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

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

border-color css

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

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

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