Html Css Color HEX #508158 Killarney

📋 copy color: '#508158'

red 80 ◦ green 129 ◦ blue 88

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

Shades of Killarney #508158

Tints of Killarney #508158

RGB

 RED value IS 80 (31.64% from 255) = 26.94%

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

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

R = 26.94%
G = 43.43%
B = 29.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#508158 (or 0x508158) is known color: Killarney. HEX triplet: 50, 81 and 58. RGB value is (80,129,88). Sum of RGB (Red+Green+Blue) = 80+129+88=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #508158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508158 is #AF7EA7. Grayscale: #6D6D6D. Windows color (decimal): -11501224 or 5800272. OLE color: 5800272.

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

Color convert

RGB 80 129 88 -
CMYK 0.38 0 0.32 0.49
HSL 129.8º 0.23% 0.41% -
HSV(B) 129.8º 0.38% 0.51% -
XYZ 12.92 18.11 12.05 -
YUV 109.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 80 129 88 0.38 0 0.32 0.49 129.8 0.23 0.41
Hex 50 81 58 26 0 20 31 82 17 29
Octal 120 201 130 46 0 40 61 202 27 51
Binary 1010000 10000001 1011000 100110 0 100000 110001 10000010 10111 101001

Color Harmonies of #508158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508158

Black with #508158

Text Example


Text Example

White with #508158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508158; }

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

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

background-color css

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

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

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

border-color css

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

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

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