Html Css Color HEX #467A6D Dark Green Copper

📋 copy color: '#467A6D'

red 70 ◦ green 122 ◦ blue 109

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

Shades of Dark Green Copper #467A6D

Tints of Dark Green Copper #467A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.53%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 23.26%
G = 40.53%
B = 36.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#467A6D (or 0x467A6D) is known color: Dark Green Copper. HEX triplet: 46, 7A and 6D. RGB value is (70,122,109). Sum of RGB (Red+Green+Blue) = 70+122+109=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #467A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A6D is #B98592. Grayscale: #686868. Windows color (decimal): -12158355 or 7174726. OLE color: 7174726.

HSL color Cylindrical-coordinate representation of color #467A6D: hue angle of 165º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A6D is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 122 109 -
CMYK 0.43 0 0.11 0.52
HSL 165º 0.27% 0.38% -
HSV(B) 165º 0.43% 0.48% -
XYZ 12.25 16.33 16.97 -
YUV 104.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 70 122 109 0.43 0 0.11 0.52 165 0.27 0.38
Hex 46 7A 6D 2B 0 B 34 A5 1B 26
Octal 106 172 155 53 0 13 64 245 33 46
Binary 1000110 1111010 1101101 101011 0 1011 110100 10100101 11011 100110

Color Harmonies of #467A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A6D

Black with #467A6D

Text Example


Text Example

White with #467A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467A6D; }

 p { color: rgb(70,122,109); }

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

background-color css

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

 a { background-color: rgb(70,122,109); }

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

border-color css

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

 span { border-color: rgb(70,122,109); }

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