Html Css Color HEX #406949 Killarney

📋 copy color: '#406949'

red 64 ◦ green 105 ◦ blue 73

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

Shades of Killarney #406949

Tints of Killarney #406949

RGB

 RED value IS 64 (25.39% from 255) = 26.45%

 GREEN value IS 105 (41.41% from 255) = 43.39%

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 26.45%
G = 43.39%
B = 30.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#406949 (or 0x406949) is known color: Killarney. HEX triplet: 40, 69 and 49. RGB value is (64,105,73). Sum of RGB (Red+Green+Blue) = 64+105+73=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #406949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406949 is #BF96B6. Grayscale: #595959. Windows color (decimal): -12555959 or 4811072. OLE color: 4811072.

HSL color Cylindrical-coordinate representation of color #406949: hue angle of 133.17º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406949 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 73 -
CMYK 0.39 0 0.30 0.59
HSL 133.17º 0.24% 0.33% -
HSV(B) 133.17º 0.39% 0.41% -
XYZ 8.37 11.67 8.12 -
YUV 89.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 64 105 73 0.39 0 0.30 0.59 133.17 0.24 0.33
Hex 40 69 49 27 0 1E 3B 85 18 21
Octal 100 151 111 47 0 36 73 205 30 41
Binary 1000000 1101001 1001001 100111 0 11110 111011 10000101 11000 100001

Color Harmonies of #406949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406949

Black with #406949

Text Example


Text Example

White with #406949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406949; }

 p { color: rgb(64,105,73); }

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

background-color css

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

 a { background-color: rgb(64,105,73); }

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

border-color css

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

 span { border-color: rgb(64,105,73); }

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