#40724B

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

Shades of Killarney #40724B

Tints of Killarney #40724B

Color information

#40724B (or 0x40724B) is unknown color: approx Killarney. HEX triplet: 40, 72 and 4B. RGB value is (64,114,75). Sum of RGB (Red+Green+Blue) = 64+114+75=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #40724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40724B is #BF8DB4. Grayscale: #5E5E5E. Windows color (decimal): -12553653 or 4944448. OLE color: 4944448.

HSL color Cylindrical-coordinate representation of color #40724B: hue angle of 133.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40724B is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB6411475-
CMYK0.4400.340.55
HSL133.2º28.09%34.9%-
HSV(B)133.2º43.86%44.71%-
XYZ9.413.638.79-
YUV94.6116.94106.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=25.30%
G=45.06%
B=29.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114750.4400.340.55133.228.0934.9
Hex40724B2C02237851c23
Octal10016211354042672053443
Binary10000001110010100101110110001000101101111000010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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