#408541

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

Shades of Killarney #408541

Tints of Killarney #408541

Color information

#408541 (or 0x408541) is unknown color: approx Killarney. HEX triplet: 40, 85 and 41. RGB value is (64,133,65). Sum of RGB (Red+Green+Blue) = 64+133+65=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #408541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408541 is #BF7ABE. Grayscale: #686868. Windows color (decimal): -12548799 or 4293952. OLE color: 4293952.

HSL color Cylindrical-coordinate representation of color #408541: hue angle of 120.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408541 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB6413365-
CMYK0.5200.510.48
HSL120.87º35.03%38.63%-
HSV(B)120.87º51.88%52.16%-
XYZ11.4618.257.92-
YUV104.62105.6499.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 133 (52.34% from 255) = 50.76%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=24.43%
G=50.76%
B=24.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133650.5200.510.48120.8735.0338.63
Hex4085413403330792327
Octal10020510164063601714347
Binary100000010000101100000111010001100111100001111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408541; }

 p { color: rgb(64,133,65); }

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

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

 a { background-color: rgb(64,133,65); }

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

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

 span { border-color: rgb(64,133,65); }

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