Html Css Color HEX #467066 Dark Green Copper

📋 copy color: '#467066'

red 70 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #467066

Tints of Dark Green Copper #467066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 24.65%
G = 39.44%
B = 35.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#467066 (or 0x467066) is known color: Dark Green Copper. HEX triplet: 46, 70 and 66. RGB value is (70,112,102). Sum of RGB (Red+Green+Blue) = 70+112+102=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #467066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467066 is #B98F99. Grayscale: #626262. Windows color (decimal): -12160922 or 6713414. OLE color: 6713414.

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

Color convert

RGB 70 112 102 -
CMYK 0.38 0 0.09 0.56
HSL 165.71º 0.23% 0.36% -
HSV(B) 165.71º 0.38% 0.44% -
XYZ 10.72 13.85 14.68 -
YUV 98.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 70 112 102 0.38 0 0.09 0.56 165.71 0.23 0.36
Hex 46 70 66 26 0 9 38 A6 17 24
Octal 106 160 146 46 0 11 70 246 27 44
Binary 1000110 1110000 1100110 100110 0 1001 111000 10100110 10111 100100

Color Harmonies of #467066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467066

Black with #467066

Text Example


Text Example

White with #467066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467066; }

 p { color: rgb(70,112,102); }

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

background-color css

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

 a { background-color: rgb(70,112,102); }

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

border-color css

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

 span { border-color: rgb(70,112,102); }

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