#40714B

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

Shades of Killarney #40714B

Tints of Killarney #40714B

Color information

#40714B (or 0x40714B) is unknown color: approx Killarney. HEX triplet: 40, 71 and 4B. RGB value is (64,113,75). Sum of RGB (Red+Green+Blue) = 64+113+75=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #40714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40714B is #BF8EB4. Grayscale: #5E5E5E. Windows color (decimal): -12553909 or 4944192. OLE color: 4944192.

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

Color convert

RGB6411375-
CMYK0.4300.340.56
HSL133.47º27.68%34.71%-
HSV(B)133.47º43.36%44.31%-
XYZ9.2913.418.76-
YUV94.02117.27106.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=25.40%
G=44.84%
B=29.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113750.4300.340.56133.4727.6834.71
Hex40714B2B02238851c23
Octal10016111353042702053443
Binary10000001110001100101110101101000101110001000010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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