#40774B

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

Shades of Killarney #40774B

Tints of Killarney #40774B

Color information

#40774B (or 0x40774B) is unknown color: approx Killarney. HEX triplet: 40, 77 and 4B. RGB value is (64,119,75). Sum of RGB (Red+Green+Blue) = 64+119+75=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #40774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40774B is #BF88B4. Grayscale: #616161. Windows color (decimal): -12552373 or 4945728. OLE color: 4945728.

HSL color Cylindrical-coordinate representation of color #40774B: hue angle of 132º 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 #40774B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB6411975-
CMYK0.4600.370.53
HSL132º30.05%35.88%-
HSV(B)132º46.22%46.67%-
XYZ9.9814.798.99-
YUV97.54115.28104.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=24.81%
G=46.12%
B=29.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119750.4600.370.5313230.0535.88
Hex40774B2E02535841e24
Octal10016711356045652043644
Binary10000001110111100101110111001001011101011000010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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