Html Css Color HEX #467050 Killarney

📋 copy color: '#467050'

red 70 ◦ green 112 ◦ blue 80

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

Shades of Killarney #467050

Tints of Killarney #467050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 26.72%
G = 42.75%
B = 30.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#467050 (or 0x467050) is known color: Killarney. HEX triplet: 46, 70 and 50. RGB value is (70,112,80). Sum of RGB (Red+Green+Blue) = 70+112+80=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #467050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467050 is #B98FAF. Grayscale: #5F5F5F. Windows color (decimal): -12160944 or 5271622. OLE color: 5271622.

HSL color Cylindrical-coordinate representation of color #467050: hue angle of 134.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467050 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 80 -
CMYK 0.38 0 0.29 0.56
HSL 134.29º 0.23% 0.36% -
HSV(B) 134.29º 0.38% 0.44% -
XYZ 9.77 13.47 9.67 -
YUV 95.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 70 112 80 0.38 0 0.29 0.56 134.29 0.23 0.36
Hex 46 70 50 26 0 1D 38 86 17 24
Octal 106 160 120 46 0 35 70 206 27 44
Binary 1000110 1110000 1010000 100110 0 11101 111000 10000110 10111 100100

Color Harmonies of #467050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467050

Black with #467050

Text Example


Text Example

White with #467050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467050; }

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

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

background-color css

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

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

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

border-color css

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

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

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