#418542

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

Shades of Killarney #418542

Tints of Killarney #418542

Color information

#418542 (or 0x418542) is unknown color: approx Killarney. HEX triplet: 41, 85 and 42. RGB value is (65,133,66). Sum of RGB (Red+Green+Blue) = 65+133+66=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #418542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418542 is #BE7ABD. Grayscale: #696969. Windows color (decimal): -12483262 or 4359489. OLE color: 4359489.

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

Color convert

RGB6513366-
CMYK0.5100.500.48
HSL120.88º34.34%38.82%-
HSV(B)120.88º51.13%52.16%-
XYZ11.5518.298.08-
YUV105.03105.9799.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.62%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 66 (26.17% from 255) = 25%
R=24.62%
G=50.38%
B=25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133660.5100.500.48120.8834.3438.82
Hex4185423303230792227
Octal10120510263062601714247
Binary100000110000101100001011001101100101100001111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418542; }

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

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

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

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

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

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

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

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