Html Css Color HEX #49704B Killarney

📋 copy color: '#49704B'

red 73 ◦ green 112 ◦ blue 75

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

Shades of Killarney #49704B

Tints of Killarney #49704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 28.08%
G = 43.08%
B = 28.85%

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

#49704B (or 0x49704B) is known color: Killarney. HEX triplet: 49, 70 and 4B. RGB value is (73,112,75). Sum of RGB (Red+Green+Blue) = 73+112+75=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #49704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49704B is #B68FB4. Grayscale: #606060. Windows color (decimal): -11964341 or 4943945. OLE color: 4943945.

HSL color Cylindrical-coordinate representation of color #49704B: hue angle of 123.08º degrees, saturation: 0.21, 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 #49704B is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 75 -
CMYK 0.35 0 0.33 0.56
HSL 123.08º 0.21% 0.36% -
HSV(B) 123.08º 0.35% 0.44% -
XYZ 9.81 13.51 8.75 -
YUV 96.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 73 112 75 0.35 0 0.33 0.56 123.08 0.21 0.36
Hex 49 70 4B 23 0 21 38 7B 15 24
Octal 111 160 113 43 0 41 70 173 25 44
Binary 1001001 1110000 1001011 100011 0 100001 111000 1111011 10101 100100

Color Harmonies of #49704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49704B

Black with #49704B

Text Example


Text Example

White with #49704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49704B; }

 p { color: rgb(73,112,75); }

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

background-color css

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

 a { background-color: rgb(73,112,75); }

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

border-color css

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

 span { border-color: rgb(73,112,75); }

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