Html Css Color HEX #407046 Killarney

📋 copy color: '#407046'

red 64 ◦ green 112 ◦ blue 70

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

Shades of Killarney #407046

Tints of Killarney #407046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 26.02%
G = 45.53%
B = 28.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#407046 (or 0x407046) is known color: Killarney. HEX triplet: 40, 70 and 46. RGB value is (64,112,70). Sum of RGB (Red+Green+Blue) = 64+112+70=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #407046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407046 is #BF8FB9. Grayscale: #5C5C5C. Windows color (decimal): -12554170 or 4616256. OLE color: 4616256.

HSL color Cylindrical-coordinate representation of color #407046: hue angle of 127.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407046 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 70 -
CMYK 0.43 0 0.38 0.56
HSL 127.5º 0.27% 0.35% -
HSV(B) 127.5º 0.43% 0.44% -
XYZ 9.01 13.12 7.85 -
YUV 92.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 64 112 70 0.43 0 0.38 0.56 127.5 0.27 0.35
Hex 40 70 46 2B 0 26 38 80 1B 23
Octal 100 160 106 53 0 46 70 200 33 43
Binary 1000000 1110000 1000110 101011 0 100110 111000 10000000 11011 100011

Color Harmonies of #407046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407046

Black with #407046

Text Example


Text Example

White with #407046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407046; }

 p { color: rgb(64,112,70); }

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

background-color css

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

 a { background-color: rgb(64,112,70); }

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

border-color css

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

 span { border-color: rgb(64,112,70); }

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