Html Css Color HEX #497D52 Killarney

📋 copy color: '#497D52'

red 73 ◦ green 125 ◦ blue 82

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

Shades of Killarney #497D52

Tints of Killarney #497D52

RGB

 RED value IS 73 (28.91% from 255) = 26.07%

 GREEN value IS 125 (49.22% from 255) = 44.64%

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

R = 26.07%
G = 44.64%
B = 29.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#497D52 (or 0x497D52) is known color: Killarney. HEX triplet: 49, 7D and 52. RGB value is (73,125,82). Sum of RGB (Red+Green+Blue) = 73+125+82=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #497D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D52 is #B682AD. Grayscale: #686868. Windows color (decimal): -11961006 or 5406025. OLE color: 5406025.

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

Color convert

RGB 73 125 82 -
CMYK 0.42 0 0.34 0.51
HSL 130.38º 0.26% 0.39% -
HSV(B) 130.38º 0.42% 0.49% -
XYZ 11.6 16.69 10.59 -
YUV 104.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 73 125 82 0.42 0 0.34 0.51 130.38 0.26 0.39
Hex 49 7D 52 2A 0 22 33 82 1A 27
Octal 111 175 122 52 0 42 63 202 32 47
Binary 1001001 1111101 1010010 101010 0 100010 110011 10000010 11010 100111

Color Harmonies of #497D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D52

Black with #497D52

Text Example


Text Example

White with #497D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497D52; }

 p { color: rgb(73,125,82); }

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

background-color css

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

 a { background-color: rgb(73,125,82); }

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

border-color css

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

 span { border-color: rgb(73,125,82); }

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