Html Css Color HEX #467468 Dark Green Copper

📋 copy color: '#467468'

red 70 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #467468

Tints of Dark Green Copper #467468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 24.14%
G = 40%
B = 35.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#467468 (or 0x467468) is known color: Dark Green Copper. HEX triplet: 46, 74 and 68. RGB value is (70,116,104). Sum of RGB (Red+Green+Blue) = 70+116+104=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #467468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467468 is #B98B97. Grayscale: #646464. Windows color (decimal): -12159896 or 6845510. OLE color: 6845510.

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

Color convert

RGB 70 116 104 -
CMYK 0.40 0 0.10 0.55
HSL 164.35º 0.25% 0.36% -
HSV(B) 164.35º 0.4% 0.45% -
XYZ 11.27 14.79 15.36 -
YUV 100.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 70 116 104 0.40 0 0.10 0.55 164.35 0.25 0.36
Hex 46 74 68 28 0 A 37 A4 19 24
Octal 106 164 150 50 0 12 67 244 31 44
Binary 1000110 1110100 1101000 101000 0 1010 110111 10100100 11001 100100

Color Harmonies of #467468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467468

Black with #467468

Text Example


Text Example

White with #467468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467468; }

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

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

background-color css

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

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

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

border-color css

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

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

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