Html Css Color HEX #467550 Killarney

📋 copy color: '#467550'

red 70 ◦ green 117 ◦ blue 80

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

Shades of Killarney #467550

Tints of Killarney #467550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

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

R = 26.22%
G = 43.82%
B = 29.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#467550 (or 0x467550) is known color: Killarney. HEX triplet: 46, 75 and 50. RGB value is (70,117,80). Sum of RGB (Red+Green+Blue) = 70+117+80=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #467550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467550 is #B98AAF. Grayscale: #626262. Windows color (decimal): -12159664 or 5272902. OLE color: 5272902.

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

Color convert

RGB 70 117 80 -
CMYK 0.40 0 0.32 0.54
HSL 132.77º 0.25% 0.37% -
HSV(B) 132.77º 0.4% 0.46% -
XYZ 10.34 14.6 9.86 -
YUV 98.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 70 117 80 0.40 0 0.32 0.54 132.77 0.25 0.37
Hex 46 75 50 28 0 20 36 85 19 25
Octal 106 165 120 50 0 40 66 205 31 45
Binary 1000110 1110101 1010000 101000 0 100000 110110 10000101 11001 100101

Color Harmonies of #467550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467550

Black with #467550

Text Example


Text Example

White with #467550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467550; }

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

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

background-color css

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

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

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

border-color css

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

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

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