Html Css Color HEX #467450 Killarney

📋 copy color: '#467450'

red 70 ◦ green 116 ◦ blue 80

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

Shades of Killarney #467450

Tints of Killarney #467450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 26.32%
G = 43.61%
B = 30.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#467450 (or 0x467450) is known color: Killarney. HEX triplet: 46, 74 and 50. RGB value is (70,116,80). Sum of RGB (Red+Green+Blue) = 70+116+80=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #467450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467450 is #B98BAF. Grayscale: #626262. Windows color (decimal): -12159920 or 5272646. OLE color: 5272646.

HSL color Cylindrical-coordinate representation of color #467450: hue angle of 133.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467450 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 80 -
CMYK 0.40 0 0.31 0.55
HSL 133.04º 0.25% 0.36% -
HSV(B) 133.04º 0.4% 0.45% -
XYZ 10.22 14.37 9.82 -
YUV 98.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 70 116 80 0.40 0 0.31 0.55 133.04 0.25 0.36
Hex 46 74 50 28 0 1F 37 85 19 24
Octal 106 164 120 50 0 37 67 205 31 44
Binary 1000110 1110100 1010000 101000 0 11111 110111 10000101 11001 100100

Color Harmonies of #467450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467450

Black with #467450

Text Example


Text Example

White with #467450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467450; }

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

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

background-color css

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

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

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

border-color css

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

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

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