Html Css Color HEX #406848 Killarney

📋 copy color: '#406848'

red 64 ◦ green 104 ◦ blue 72

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

Shades of Killarney #406848

Tints of Killarney #406848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.33%

 BLUE value IS 72 (28.52% from 255) = 30%

R = 26.67%
G = 43.33%
B = 30%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#406848 (or 0x406848) is known color: Killarney. HEX triplet: 40, 68 and 48. RGB value is (64,104,72). Sum of RGB (Red+Green+Blue) = 64+104+72=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #406848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406848 is #BF97B7. Grayscale: #585858. Windows color (decimal): -12556216 or 4745280. OLE color: 4745280.

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

Color convert

RGB 64 104 72 -
CMYK 0.38 0 0.31 0.59
HSL 132º 0.24% 0.33% -
HSV(B) 132º 0.38% 0.41% -
XYZ 8.23 11.46 7.91 -
YUV 88.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 64 104 72 0.38 0 0.31 0.59 132 0.24 0.33
Hex 40 68 48 26 0 1F 3B 84 18 21
Octal 100 150 110 46 0 37 73 204 30 41
Binary 1000000 1101000 1001000 100110 0 11111 111011 10000100 11000 100001

Color Harmonies of #406848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406848

Black with #406848

Text Example


Text Example

White with #406848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406848; }

 p { color: rgb(64,104,72); }

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

background-color css

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

 a { background-color: rgb(64,104,72); }

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

border-color css

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

 span { border-color: rgb(64,104,72); }

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