Html Css Color HEX #49754B Killarney

📋 copy color: '#49754B'

red 73 ◦ green 117 ◦ blue 75

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

Shades of Killarney #49754B

Tints of Killarney #49754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.15%

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

R = 27.55%
G = 44.15%
B = 28.3%

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

#49754B (or 0x49754B) is known color: Killarney. HEX triplet: 49, 75 and 4B. RGB value is (73,117,75). Sum of RGB (Red+Green+Blue) = 73+117+75=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #49754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49754B is #B68AB4. Grayscale: #636363. Windows color (decimal): -11963061 or 4945225. OLE color: 4945225.

HSL color Cylindrical-coordinate representation of color #49754B: hue angle of 122.73º degrees, saturation: 0.23, 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 #49754B is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 75 -
CMYK 0.38 0 0.36 0.54
HSL 122.73º 0.23% 0.37% -
HSV(B) 122.73º 0.38% 0.46% -
XYZ 10.38 14.65 8.94 -
YUV 99.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 73 117 75 0.38 0 0.36 0.54 122.73 0.23 0.37
Hex 49 75 4B 26 0 24 36 7B 17 25
Octal 111 165 113 46 0 44 66 173 27 45
Binary 1001001 1110101 1001011 100110 0 100100 110110 1111011 10111 100101

Color Harmonies of #49754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49754B

Black with #49754B

Text Example


Text Example

White with #49754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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