Html Css Color HEX #49764B Killarney

📋 copy color: '#49764B'

red 73 ◦ green 118 ◦ blue 75

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

Shades of Killarney #49764B

Tints of Killarney #49764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.36%

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

R = 27.44%
G = 44.36%
B = 28.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#49764B (or 0x49764B) is known color: Killarney. HEX triplet: 49, 76 and 4B. RGB value is (73,118,75). Sum of RGB (Red+Green+Blue) = 73+118+75=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #49764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49764B is #B689B4. Grayscale: #636363. Windows color (decimal): -11962805 or 4945481. OLE color: 4945481.

HSL color Cylindrical-coordinate representation of color #49764B: hue angle of 122.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49764B is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 75 -
CMYK 0.38 0 0.36 0.54
HSL 122.67º 0.24% 0.37% -
HSV(B) 122.67º 0.38% 0.46% -
XYZ 10.5 14.88 8.98 -
YUV 99.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 73 118 75 0.38 0 0.36 0.54 122.67 0.24 0.37
Hex 49 76 4B 26 0 24 36 7B 18 25
Octal 111 166 113 46 0 44 66 173 30 45
Binary 1001001 1110110 1001011 100110 0 100100 110110 1111011 11000 100101

Color Harmonies of #49764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49764B

Black with #49764B

Text Example


Text Example

White with #49764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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