#418A4D

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

Shades of Killarney #418A4D

Tints of Killarney #418A4D

Color information

#418A4D (or 0x418A4D) is unknown color: approx Killarney. HEX triplet: 41, 8A and 4D. RGB value is (65,138,77). Sum of RGB (Red+Green+Blue) = 65+138+77=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #418A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A4D is #BE75B2. Grayscale: #6D6D6D. Windows color (decimal): -12481971 or 5081665. OLE color: 5081665.

HSL color Cylindrical-coordinate representation of color #418A4D: hue angle of 129.86º 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 #418A4D is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB6513877-
CMYK0.5300.440.46
HSL129.86º35.96%39.8%-
HSV(B)129.86º52.9%54.12%-
XYZ12.6119.8410.19-
YUV109.22109.8296.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 138 (54.30% from 255) = 49.29%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=23.21%
G=49.29%
B=27.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65138770.5300.440.46129.8635.9639.8
Hex418A4D3502C2E822428
Octal10121211565054562024450
Binary1000001100010101001101110101010110010111010000010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418A4D; }

 p { color: rgb(65,138,77); }

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

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

 a { background-color: rgb(65,138,77); }

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

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

 span { border-color: rgb(65,138,77); }

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