#40744B

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

Shades of Killarney #40744B

Tints of Killarney #40744B

Color information

#40744B (or 0x40744B) is unknown color: approx Killarney. HEX triplet: 40, 74 and 4B. RGB value is (64,116,75). Sum of RGB (Red+Green+Blue) = 64+116+75=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #40744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40744B is #BF8BB4. Grayscale: #5F5F5F. Windows color (decimal): -12553141 or 4944960. OLE color: 4944960.

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

Color convert

RGB6411675-
CMYK0.4500.350.55
HSL132.69º28.89%35.29%-
HSV(B)132.69º44.83%45.49%-
XYZ9.6314.098.87-
YUV95.78116.27105.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=25.10%
G=45.49%
B=29.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116750.4500.350.55132.6928.8935.29
Hex40744B2D02337851d23
Octal10016411355043672053543
Binary10000001110100100101110110101000111101111000010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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