Html Css Color HEX #507452 Killarney

📋 copy color: '#507452'

red 80 ◦ green 116 ◦ blue 82

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

Shades of Killarney #507452

Tints of Killarney #507452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 28.78%
G = 41.73%
B = 29.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#507452 (or 0x507452) is known color: Killarney. HEX triplet: 50, 74 and 52. RGB value is (80,116,82). Sum of RGB (Red+Green+Blue) = 80+116+82=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #507452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507452 is #AF8BAD. Grayscale: #656565. Windows color (decimal): -11504558 or 5403728. OLE color: 5403728.

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

Color convert

RGB 80 116 82 -
CMYK 0.31 0 0.29 0.55
HSL 123.33º 0.18% 0.38% -
HSV(B) 123.33º 0.31% 0.45% -
XYZ 11.08 14.81 10.26 -
YUV 101.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 80 116 82 0.31 0 0.29 0.55 123.33 0.18 0.38
Hex 50 74 52 1F 0 1D 37 7B 12 26
Octal 120 164 122 37 0 35 67 173 22 46
Binary 1010000 1110100 1010010 11111 0 11101 110111 1111011 10010 100110

Color Harmonies of #507452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507452

Black with #507452

Text Example


Text Example

White with #507452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507452; }

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

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

background-color css

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

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

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

border-color css

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

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

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