Html Css Color HEX #467168 Dark Green Copper

📋 copy color: '#467168'

red 70 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #467168

Tints of Dark Green Copper #467168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 24.39%
G = 39.37%
B = 36.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#467168 (or 0x467168) is known color: Dark Green Copper. HEX triplet: 46, 71 and 68. RGB value is (70,113,104). Sum of RGB (Red+Green+Blue) = 70+113+104=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #467168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467168 is #B98E97. Grayscale: #636363. Windows color (decimal): -12160664 or 6844742. OLE color: 6844742.

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

Color convert

RGB 70 113 104 -
CMYK 0.38 0 0.08 0.56
HSL 167.44º 0.23% 0.36% -
HSV(B) 167.44º 0.38% 0.44% -
XYZ 10.93 14.11 15.24 -
YUV 99.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 70 113 104 0.38 0 0.08 0.56 167.44 0.23 0.36
Hex 46 71 68 26 0 8 38 A7 17 24
Octal 106 161 150 46 0 10 70 247 27 44
Binary 1000110 1110001 1101000 100110 0 1000 111000 10100111 10111 100100

Color Harmonies of #467168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467168

Black with #467168

Text Example


Text Example

White with #467168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467168; }

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

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

background-color css

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

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

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

border-color css

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

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

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