Html Css Color HEX #496C4B Killarney

📋 copy color: '#496C4B'

red 73 ◦ green 108 ◦ blue 75

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

Shades of Killarney #496C4B

Tints of Killarney #496C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.19%

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

R = 28.52%
G = 42.19%
B = 29.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#496C4B (or 0x496C4B) is known color: Killarney. HEX triplet: 49, 6C and 4B. RGB value is (73,108,75). Sum of RGB (Red+Green+Blue) = 73+108+75=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #496C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C4B is #B693B4. Grayscale: #5D5D5D. Windows color (decimal): -11965365 or 4942921. OLE color: 4942921.

HSL color Cylindrical-coordinate representation of color #496C4B: hue angle of 123.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C4B is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 108 75 -
CMYK 0.32 0 0.31 0.58
HSL 123.43º 0.19% 0.35% -
HSV(B) 123.43º 0.32% 0.42% -
XYZ 9.38 12.65 8.6 -
YUV 93.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 73 108 75 0.32 0 0.31 0.58 123.43 0.19 0.35
Hex 49 6C 4B 20 0 1F 3A 7B 13 23
Octal 111 154 113 40 0 37 72 173 23 43
Binary 1001001 1101100 1001011 100000 0 11111 111010 1111011 10011 100011

Color Harmonies of #496C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C4B

Black with #496C4B

Text Example


Text Example

White with #496C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496C4B; }

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

 H1.HeaderClassName
 {
   color: #496C4B;
 }
 .AnyTagClassName
 {
   color: #496C4B;
 }
</style>

background-color css

<style>
 a { background-color: #496C4B; }

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

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

border-color css

<style>
 span { border-color: #496C4B; }

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

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