#418848

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

Shades of Killarney #418848

Tints of Killarney #418848

Color information

#418848 (or 0x418848) is unknown color: approx Killarney. HEX triplet: 41, 88 and 48. RGB value is (65,136,72). Sum of RGB (Red+Green+Blue) = 65+136+72=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #418848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418848 is #BE77B7. Grayscale: #6B6B6B. Windows color (decimal): -12482488 or 4753473. OLE color: 4753473.

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

Color convert

RGB6513672-
CMYK0.5200.470.47
HSL125.92º35.32%39.41%-
HSV(B)125.92º52.21%53.33%-
XYZ12.1519.29.2-
YUV107.48107.9897.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=23.81%
G=49.82%
B=26.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136720.5200.470.47125.9235.3239.41
Hex4188483402F2F7e2327
Octal10121011064057571764347
Binary100000110001000100100011010001011111011111111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418848; }

 p { color: rgb(65,136,72); }

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

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

 a { background-color: rgb(65,136,72); }

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

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

 span { border-color: rgb(65,136,72); }

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