#40774F

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

Shades of Killarney #40774F

Tints of Killarney #40774F

Color information

#40774F (or 0x40774F) is unknown color: approx Killarney. HEX triplet: 40, 77 and 4F. RGB value is (64,119,79). Sum of RGB (Red+Green+Blue) = 64+119+79=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #40774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40774F is #BF88B0. Grayscale: #626262. Windows color (decimal): -12552369 or 5207872. OLE color: 5207872.

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

Color convert

RGB6411979-
CMYK0.4600.340.53
HSL136.36º30.05%35.88%-
HSV(B)136.36º46.22%46.67%-
XYZ10.1214.859.73-
YUV97.99117.28103.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=24.43%
G=45.42%
B=30.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119790.4600.340.53136.3630.0535.88
Hex40774F2E02235881e24
Octal10016711756042652103644
Binary10000001110111100111110111001000101101011000100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40774F; }

 p { color: rgb(64,119,79); }

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

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

 a { background-color: rgb(64,119,79); }

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

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

 span { border-color: rgb(64,119,79); }

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