Html Css Color HEX #467465 Dark Green Copper

📋 copy color: '#467465'

red 70 ◦ green 116 ◦ blue 101

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

Shades of Dark Green Copper #467465

Tints of Dark Green Copper #467465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

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

R = 24.39%
G = 40.42%
B = 35.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#467465 (or 0x467465) is known color: Dark Green Copper. HEX triplet: 46, 74 and 65. RGB value is (70,116,101). Sum of RGB (Red+Green+Blue) = 70+116+101=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #467465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467465 is #B98B9A. Grayscale: #646464. Windows color (decimal): -12159899 or 6648902. OLE color: 6648902.

HSL color Cylindrical-coordinate representation of color #467465: hue angle of 160.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467465 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 101 -
CMYK 0.40 0 0.13 0.55
HSL 160.43º 0.25% 0.36% -
HSV(B) 160.43º 0.4% 0.45% -
XYZ 11.12 14.73 14.57 -
YUV 100.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 70 116 101 0.40 0 0.13 0.55 160.43 0.25 0.36
Hex 46 74 65 28 0 D 37 A0 19 24
Octal 106 164 145 50 0 15 67 240 31 44
Binary 1000110 1110100 1100101 101000 0 1101 110111 10100000 11001 100100

Color Harmonies of #467465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467465

Black with #467465

Text Example


Text Example

White with #467465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467465; }

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

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

background-color css

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

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

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

border-color css

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

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

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