Html Css Color HEX #467165 Dark Green Copper

📋 copy color: '#467165'

red 70 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #467165

Tints of Dark Green Copper #467165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 24.65%
G = 39.79%
B = 35.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#467165 (or 0x467165) is known color: Dark Green Copper. HEX triplet: 46, 71 and 65. RGB value is (70,113,101). Sum of RGB (Red+Green+Blue) = 70+113+101=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #467165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467165 is #B98E9A. Grayscale: #626262. Windows color (decimal): -12160667 or 6648134. OLE color: 6648134.

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

Color convert

RGB 70 113 101 -
CMYK 0.38 0 0.11 0.56
HSL 163.26º 0.23% 0.36% -
HSV(B) 163.26º 0.38% 0.44% -
XYZ 10.78 14.05 14.46 -
YUV 98.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 70 113 101 0.38 0 0.11 0.56 163.26 0.23 0.36
Hex 46 71 65 26 0 B 38 A3 17 24
Octal 106 161 145 46 0 13 70 243 27 44
Binary 1000110 1110001 1100101 100110 0 1011 111000 10100011 10111 100100

Color Harmonies of #467165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467165

Black with #467165

Text Example


Text Example

White with #467165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467165; }

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

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

background-color css

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

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

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

border-color css

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

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

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