Html Css Color HEX #467950 Killarney

📋 copy color: '#467950'

red 70 ◦ green 121 ◦ blue 80

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

Shades of Killarney #467950

Tints of Killarney #467950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

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

R = 25.83%
G = 44.65%
B = 29.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#467950 (or 0x467950) is known color: Killarney. HEX triplet: 46, 79 and 50. RGB value is (70,121,80). Sum of RGB (Red+Green+Blue) = 70+121+80=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #467950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467950 is #B986AF. Grayscale: #656565. Windows color (decimal): -12158640 or 5273926. OLE color: 5273926.

HSL color Cylindrical-coordinate representation of color #467950: hue angle of 131.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467950 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 80 -
CMYK 0.42 0 0.34 0.53
HSL 131.76º 0.27% 0.37% -
HSV(B) 131.76º 0.42% 0.47% -
XYZ 10.81 15.56 10.02 -
YUV 101.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 70 121 80 0.42 0 0.34 0.53 131.76 0.27 0.37
Hex 46 79 50 2A 0 22 35 84 1B 25
Octal 106 171 120 52 0 42 65 204 33 45
Binary 1000110 1111001 1010000 101010 0 100010 110101 10000100 11011 100101

Color Harmonies of #467950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467950

Black with #467950

Text Example


Text Example

White with #467950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467950; }

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

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

background-color css

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

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

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

border-color css

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

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

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