Html Css Color HEX #467150 Killarney

📋 copy color: '#467150'

red 70 ◦ green 113 ◦ blue 80

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

Shades of Killarney #467150

Tints of Killarney #467150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

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

R = 26.62%
G = 42.97%
B = 30.42%

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

#467150 (or 0x467150) is known color: Killarney. HEX triplet: 46, 71 and 50. RGB value is (70,113,80). Sum of RGB (Red+Green+Blue) = 70+113+80=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #467150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467150 is #B98EAF. Grayscale: #606060. Windows color (decimal): -12160688 or 5271878. OLE color: 5271878.

HSL color Cylindrical-coordinate representation of color #467150: hue angle of 133.95º 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 #467150 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 80 -
CMYK 0.38 0 0.29 0.56
HSL 133.95º 0.23% 0.36% -
HSV(B) 133.95º 0.38% 0.44% -
XYZ 9.88 13.69 9.71 -
YUV 96.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 70 113 80 0.38 0 0.29 0.56 133.95 0.23 0.36
Hex 46 71 50 26 0 1D 38 86 17 24
Octal 106 161 120 46 0 35 70 206 27 44
Binary 1000110 1110001 1010000 100110 0 11101 111000 10000110 10111 100100

Color Harmonies of #467150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467150

Black with #467150

Text Example


Text Example

White with #467150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467150; }

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

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

background-color css

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

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

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

border-color css

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

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

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