Html Css Color HEX #49714C Killarney

📋 copy color: '#49714C'

red 73 ◦ green 113 ◦ blue 76

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

Shades of Killarney #49714C

Tints of Killarney #49714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

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

R = 27.86%
G = 43.13%
B = 29.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#49714C (or 0x49714C) is known color: Killarney. HEX triplet: 49, 71 and 4C. RGB value is (73,113,76). Sum of RGB (Red+Green+Blue) = 73+113+76=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #49714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49714C is #B68EB3. Grayscale: #606060. Windows color (decimal): -11964084 or 5009737. OLE color: 5009737.

HSL color Cylindrical-coordinate representation of color #49714C: hue angle of 124.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49714C is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 76 -
CMYK 0.35 0 0.33 0.56
HSL 124.5º 0.22% 0.36% -
HSV(B) 124.5º 0.35% 0.44% -
XYZ 9.96 13.75 8.97 -
YUV 96.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 73 113 76 0.35 0 0.33 0.56 124.5 0.22 0.36
Hex 49 71 4C 23 0 21 38 7C 16 24
Octal 111 161 114 43 0 41 70 174 26 44
Binary 1001001 1110001 1001100 100011 0 100001 111000 1111100 10110 100100

Color Harmonies of #49714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49714C

Black with #49714C

Text Example


Text Example

White with #49714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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