Html Css Color HEX #406E4E Killarney

📋 copy color: '#406E4E'

red 64 ◦ green 110 ◦ blue 78

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

Shades of Killarney #406E4E

Tints of Killarney #406E4E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.65%

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 25.4%
G = 43.65%
B = 30.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#406E4E (or 0x406E4E) is known color: Killarney. HEX triplet: 40, 6E and 4E. RGB value is (64,110,78). Sum of RGB (Red+Green+Blue) = 64+110+78=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #406E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E4E is #BF91B1. Grayscale: #5C5C5C. Windows color (decimal): -12554674 or 5140032. OLE color: 5140032.

HSL color Cylindrical-coordinate representation of color #406E4E: hue angle of 138.26º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406E4E is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 110 78 -
CMYK 0.42 0 0.29 0.57
HSL 138.26º 0.26% 0.34% -
HSV(B) 138.26º 0.42% 0.43% -
XYZ 9.07 12.79 9.2 -
YUV 92.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 64 110 78 0.42 0 0.29 0.57 138.26 0.26 0.34
Hex 40 6E 4E 2A 0 1D 39 8A 1A 22
Octal 100 156 116 52 0 35 71 212 32 42
Binary 1000000 1101110 1001110 101010 0 11101 111001 10001010 11010 100010

Color Harmonies of #406E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E4E

Black with #406E4E

Text Example


Text Example

White with #406E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406E4E; }

 p { color: rgb(64,110,78); }

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

background-color css

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

 a { background-color: rgb(64,110,78); }

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

border-color css

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

 span { border-color: rgb(64,110,78); }

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