Html Css Color HEX #468050 Killarney

📋 copy color: '#468050'

red 70 ◦ green 128 ◦ blue 80

#468050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #468050

Tints of Killarney #468050

RGB

 RED value IS 70 (27.73% from 255) = 25.18%

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 25.18%
G = 46.04%
B = 28.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#468050 (or 0x468050) is known color: Killarney. HEX triplet: 46, 80 and 50. RGB value is (70,128,80). Sum of RGB (Red+Green+Blue) = 70+128+80=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #468050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468050 is #B97FAF. Grayscale: #696969. Windows color (decimal): -12156848 or 5275718. OLE color: 5275718.

HSL color Cylindrical-coordinate representation of color #468050: hue angle of 130.34º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468050 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 80 -
CMYK 0.45 0 0.38 0.50
HSL 130.34º 0.29% 0.39% -
HSV(B) 130.34º 0.45% 0.5% -
XYZ 11.69 17.32 10.32 -
YUV 105.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 70 128 80 0.45 0 0.38 0.50 130.34 0.29 0.39
Hex 46 80 50 2D 0 26 32 82 1D 27
Octal 106 200 120 55 0 46 62 202 35 47
Binary 1000110 10000000 1010000 101101 0 100110 110010 10000010 11101 100111

Color Harmonies of #468050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468050

Black with #468050

Text Example


Text Example

White with #468050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468050; }

 p { color: rgb(70,128,80); }

 H1.HeaderClassName
 {
   color: #468050;
 }
 .AnyTagClassName
 {
   color: #468050;
 }
</style>

background-color css

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

 a { background-color: rgb(70,128,80); }

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

border-color css

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

 span { border-color: rgb(70,128,80); }

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