Html Css Color HEX #467049 Killarney

📋 copy color: '#467049'

red 70 ◦ green 112 ◦ blue 73

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

Shades of Killarney #467049

Tints of Killarney #467049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 27.45%
G = 43.92%
B = 28.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#467049 (or 0x467049) is known color: Killarney. HEX triplet: 46, 70 and 49. RGB value is (70,112,73). Sum of RGB (Red+Green+Blue) = 70+112+73=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #467049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467049 is #B98FB6. Grayscale: #5F5F5F. Windows color (decimal): -12160951 or 4812870. OLE color: 4812870.

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

Color convert

RGB 70 112 73 -
CMYK 0.38 0 0.35 0.56
HSL 124.29º 0.23% 0.36% -
HSV(B) 124.29º 0.38% 0.44% -
XYZ 9.52 13.37 8.38 -
YUV 95 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 70 112 73 0.38 0 0.35 0.56 124.29 0.23 0.36
Hex 46 70 49 26 0 23 38 7C 17 24
Octal 106 160 111 46 0 43 70 174 27 44
Binary 1000110 1110000 1001001 100110 0 100011 111000 1111100 10111 100100

Color Harmonies of #467049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467049

Black with #467049

Text Example


Text Example

White with #467049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467049; }

 p { color: rgb(70,112,73); }

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

background-color css

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

 a { background-color: rgb(70,112,73); }

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

border-color css

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

 span { border-color: rgb(70,112,73); }

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