Html Css Color HEX #467467 Dark Green Copper

📋 copy color: '#467467'

red 70 ◦ green 116 ◦ blue 103

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

Shades of Dark Green Copper #467467

Tints of Dark Green Copper #467467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 24.22%
G = 40.14%
B = 35.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#467467 (or 0x467467) is known color: Dark Green Copper. HEX triplet: 46, 74 and 67. RGB value is (70,116,103). Sum of RGB (Red+Green+Blue) = 70+116+103=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #467467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467467 is #B98B98. Grayscale: #646464. Windows color (decimal): -12159897 or 6779974. OLE color: 6779974.

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

Color convert

RGB 70 116 103 -
CMYK 0.40 0 0.11 0.55
HSL 163.04º 0.25% 0.36% -
HSV(B) 163.04º 0.4% 0.45% -
XYZ 11.22 14.77 15.09 -
YUV 100.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 70 116 103 0.40 0 0.11 0.55 163.04 0.25 0.36
Hex 46 74 67 28 0 B 37 A3 19 24
Octal 106 164 147 50 0 13 67 243 31 44
Binary 1000110 1110100 1100111 101000 0 1011 110111 10100011 11001 100100

Color Harmonies of #467467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467467

Black with #467467

Text Example


Text Example

White with #467467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467467; }

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

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

background-color css

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

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

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

border-color css

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

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

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