Html Css Color HEX #49684C Killarney

📋 copy color: '#49684C'

red 73 ◦ green 104 ◦ blue 76

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

Shades of Killarney #49684C

Tints of Killarney #49684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 28.85%
G = 41.11%
B = 30.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#49684C (or 0x49684C) is known color: Killarney. HEX triplet: 49, 68 and 4C. RGB value is (73,104,76). Sum of RGB (Red+Green+Blue) = 73+104+76=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #49684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49684C is #B697B3. Grayscale: #5B5B5B. Windows color (decimal): -11966388 or 5007433. OLE color: 5007433.

HSL color Cylindrical-coordinate representation of color #49684C: hue angle of 125.81º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49684C is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 76 -
CMYK 0.30 0 0.27 0.59
HSL 125.81º 0.18% 0.35% -
HSV(B) 125.81º 0.3% 0.41% -
XYZ 9 11.84 8.65 -
YUV 91.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 73 104 76 0.30 0 0.27 0.59 125.81 0.18 0.35
Hex 49 68 4C 1E 0 1B 3B 7E 12 23
Octal 111 150 114 36 0 33 73 176 22 43
Binary 1001001 1101000 1001100 11110 0 11011 111011 1111110 10010 100011

Color Harmonies of #49684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49684C

Black with #49684C

Text Example


Text Example

White with #49684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49684C; }

 p { color: rgb(73,104,76); }

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

background-color css

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

 a { background-color: rgb(73,104,76); }

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

border-color css

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

 span { border-color: rgb(73,104,76); }

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