Html Css Color HEX #507353 Killarney

📋 copy color: '#507353'

red 80 ◦ green 115 ◦ blue 83

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

Shades of Killarney #507353

Tints of Killarney #507353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 28.78%
G = 41.37%
B = 29.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#507353 (or 0x507353) is known color: Killarney. HEX triplet: 50, 73 and 53. RGB value is (80,115,83). Sum of RGB (Red+Green+Blue) = 80+115+83=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #507353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507353 is #AF8CAC. Grayscale: #646464. Windows color (decimal): -11504813 or 5469008. OLE color: 5469008.

HSL color Cylindrical-coordinate representation of color #507353: hue angle of 125.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507353 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 83 -
CMYK 0.30 0 0.28 0.55
HSL 125.14º 0.18% 0.38% -
HSV(B) 125.14º 0.3% 0.45% -
XYZ 11 14.59 10.42 -
YUV 100.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 80 115 83 0.30 0 0.28 0.55 125.14 0.18 0.38
Hex 50 73 53 1E 0 1C 37 7D 12 26
Octal 120 163 123 36 0 34 67 175 22 46
Binary 1010000 1110011 1010011 11110 0 11100 110111 1111101 10010 100110

Color Harmonies of #507353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507353

Black with #507353

Text Example


Text Example

White with #507353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507353; }

 p { color: rgb(80,115,83); }

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

background-color css

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

 a { background-color: rgb(80,115,83); }

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

border-color css

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

 span { border-color: rgb(80,115,83); }

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