#468C4D

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

Shades of Killarney #468C4D

Tints of Killarney #468C4D

Color information

#468C4D (or 0x468C4D) is unknown color: approx Killarney. HEX triplet: 46, 8C and 4D. RGB value is (70,140,77). Sum of RGB (Red+Green+Blue) = 70+140+77=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #468C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C4D is #B973B2. Grayscale: #707070. Windows color (decimal): -12153779 or 5082182. OLE color: 5082182.

HSL color Cylindrical-coordinate representation of color #468C4D: hue angle of 126º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C4D is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB7014077-
CMYK0.5000.450.45
HSL126º33.33%41.18%-
HSV(B)126º50%54.9%-
XYZ13.2420.5910.3-
YUV111.89108.3198.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 140 (55.08% from 255) = 48.78%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=24.39%
G=48.78%
B=26.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70140770.5000.450.4512633.3341.18
Hex468C4D3202D2D7e2129
Octal10621411562055551764151
Binary100011010001100100110111001001011011011011111110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468C4D; }

 p { color: rgb(70,140,77); }

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

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

 a { background-color: rgb(70,140,77); }

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

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

 span { border-color: rgb(70,140,77); }

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