Html Css Color HEX #467169 Dark Green Copper

📋 copy color: '#467169'

red 70 ◦ green 113 ◦ blue 105

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

Shades of Dark Green Copper #467169

Tints of Dark Green Copper #467169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 24.31%
G = 39.24%
B = 36.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#467169 (or 0x467169) is known color: Dark Green Copper. HEX triplet: 46, 71 and 69. RGB value is (70,113,105). Sum of RGB (Red+Green+Blue) = 70+113+105=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #467169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467169 is #B98E96. Grayscale: #636363. Windows color (decimal): -12160663 or 6910278. OLE color: 6910278.

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

Color convert

RGB 70 113 105 -
CMYK 0.38 0 0.07 0.56
HSL 168.84º 0.23% 0.36% -
HSV(B) 168.84º 0.38% 0.44% -
XYZ 10.98 14.13 15.51 -
YUV 99.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 70 113 105 0.38 0 0.07 0.56 168.84 0.23 0.36
Hex 46 71 69 26 0 7 38 A9 17 24
Octal 106 161 151 46 0 7 70 251 27 44
Binary 1000110 1110001 1101001 100110 0 111 111000 10101001 10111 100100

Color Harmonies of #467169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467169

Black with #467169

Text Example


Text Example

White with #467169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467169; }

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

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

background-color css

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

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

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

border-color css

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

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

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