#40784E

Color #40784E Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #40784E

Tints of Killarney #40784E

Color information

#40784E (or 0x40784E) is unknown color: approx Killarney. HEX triplet: 40, 78 and 4E. RGB value is (64,120,78). Sum of RGB (Red+Green+Blue) = 64+120+78=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #40784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40784E is #BF87B1. Grayscale: #626262. Windows color (decimal): -12552114 or 5142592. OLE color: 5142592.

HSL color Cylindrical-coordinate representation of color #40784E: hue angle of 135º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40784E is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB6412078-
CMYK0.4700.350.53
HSL135º30.43%36.08%-
HSV(B)135º46.67%47.06%-
XYZ10.2115.079.58-
YUV98.47116.45103.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=24.43%
G=45.80%
B=29.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120780.4700.350.5313530.4336.08
Hex40784E2F02335871e24
Octal10017011657043652073644
Binary10000001111000100111010111101000111101011000011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40784E; }

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

 H1.HeaderClassName
 {
   color: #40784E;
 }
 .AnyTagClassName
 {
   color: #40784E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #40784E;
 }
 .BgClassName
 {
   background-color: #40784E;
 }
</style>
border-color css

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

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

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