Html Css Color HEX #467048 Killarney

📋 copy color: '#467048'

red 70 ◦ green 112 ◦ blue 72

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

Shades of Killarney #467048

Tints of Killarney #467048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.35%

R = 27.56%
G = 44.09%
B = 28.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#467048 (or 0x467048) is known color: Killarney. HEX triplet: 46, 70 and 48. RGB value is (70,112,72). Sum of RGB (Red+Green+Blue) = 70+112+72=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #467048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467048 is #B98FB7. Grayscale: #5F5F5F. Windows color (decimal): -12160952 or 4747334. OLE color: 4747334.

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

Color convert

RGB 70 112 72 -
CMYK 0.38 0 0.36 0.56
HSL 122.86º 0.23% 0.36% -
HSV(B) 122.86º 0.38% 0.44% -
XYZ 9.49 13.36 8.21 -
YUV 94.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 70 112 72 0.38 0 0.36 0.56 122.86 0.23 0.36
Hex 46 70 48 26 0 24 38 7B 17 24
Octal 106 160 110 46 0 44 70 173 27 44
Binary 1000110 1110000 1001000 100110 0 100100 111000 1111011 10111 100100

Color Harmonies of #467048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467048

Black with #467048

Text Example


Text Example

White with #467048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467048; }

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

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

background-color css

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

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

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

border-color css

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

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

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