Html Css Color HEX #467166 Dark Green Copper

📋 copy color: '#467166'

red 70 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #467166

Tints of Dark Green Copper #467166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 24.56%
G = 39.65%
B = 35.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#467166 (or 0x467166) is known color: Dark Green Copper. HEX triplet: 46, 71 and 66. RGB value is (70,113,102). Sum of RGB (Red+Green+Blue) = 70+113+102=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #467166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467166 is #B98E99. Grayscale: #626262. Windows color (decimal): -12160666 or 6713670. OLE color: 6713670.

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

Color convert

RGB 70 113 102 -
CMYK 0.38 0 0.10 0.56
HSL 164.65º 0.23% 0.36% -
HSV(B) 164.65º 0.38% 0.44% -
XYZ 10.83 14.07 14.72 -
YUV 98.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 70 113 102 0.38 0 0.10 0.56 164.65 0.23 0.36
Hex 46 71 66 26 0 A 38 A5 17 24
Octal 106 161 146 46 0 12 70 245 27 44
Binary 1000110 1110001 1100110 100110 0 1010 111000 10100101 10111 100100

Color Harmonies of #467166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467166

Black with #467166

Text Example


Text Example

White with #467166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467166; }

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

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

background-color css

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

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

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

border-color css

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

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

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