#418952

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

Shades of Killarney #418952

Tints of Killarney #418952

Color information

#418952 (or 0x418952) is unknown color: approx Killarney. HEX triplet: 41, 89 and 52. RGB value is (65,137,82). Sum of RGB (Red+Green+Blue) = 65+137+82=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #418952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418952 is #BE76AD. Grayscale: #6D6D6D. Windows color (decimal): -12482222 or 5409089. OLE color: 5409089.

HSL color Cylindrical-coordinate representation of color #418952: hue angle of 134.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418952 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB6513782-
CMYK0.5300.400.46
HSL134.17º35.64%39.61%-
HSV(B)134.17º52.55%53.73%-
XYZ12.6519.6211.1-
YUV109.2112.6596.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 137 (53.91% from 255) = 48.24%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=22.89%
G=48.24%
B=28.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137820.5300.400.46134.1735.6439.61
Hex418952350282E862428
Octal10121112265050562064450
Binary1000001100010011010010110101010100010111010000110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418952; }

 p { color: rgb(65,137,82); }

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

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

 a { background-color: rgb(65,137,82); }

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

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

 span { border-color: rgb(65,137,82); }

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