Html Css Color HEX #467F50 Killarney

📋 copy color: '#467F50'

red 70 ◦ green 127 ◦ blue 80

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

Shades of Killarney #467F50

Tints of Killarney #467F50

RGB

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

 GREEN value IS 127 (50% from 255) = 45.85%

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

R = 25.27%
G = 45.85%
B = 28.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#467F50 (or 0x467F50) is known color: Killarney. HEX triplet: 46, 7F and 50. RGB value is (70,127,80). Sum of RGB (Red+Green+Blue) = 70+127+80=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #467F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F50 is #B980AF. Grayscale: #686868. Windows color (decimal): -12157104 or 5275462. OLE color: 5275462.

HSL color Cylindrical-coordinate representation of color #467F50: hue angle of 130.53º 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 #467F50 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 80 -
CMYK 0.45 0 0.37 0.50
HSL 130.53º 0.29% 0.39% -
HSV(B) 130.53º 0.45% 0.5% -
XYZ 11.56 17.06 10.27 -
YUV 104.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 70 127 80 0.45 0 0.37 0.50 130.53 0.29 0.39
Hex 46 7F 50 2D 0 25 32 83 1D 27
Octal 106 177 120 55 0 45 62 203 35 47
Binary 1000110 1111111 1010000 101101 0 100101 110010 10000011 11101 100111

Color Harmonies of #467F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F50

Black with #467F50

Text Example


Text Example

White with #467F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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