Html Css Color HEX #466762 Dark Green Copper

📋 copy color: '#466762'

red 70 ◦ green 103 ◦ blue 98

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

Shades of Dark Green Copper #466762

Tints of Dark Green Copper #466762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 25.83%
G = 38.01%
B = 36.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#466762 (or 0x466762) is known color: Dark Green Copper. HEX triplet: 46, 67 and 62. RGB value is (70,103,98). Sum of RGB (Red+Green+Blue) = 70+103+98=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #466762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466762 is #B9989D. Grayscale: #5C5C5C. Windows color (decimal): -12163230 or 6448966. OLE color: 6448966.

HSL color Cylindrical-coordinate representation of color #466762: hue angle of 170.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466762 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 98 -
CMYK 0.32 0 0.05 0.60
HSL 170.91º 0.19% 0.34% -
HSV(B) 170.91º 0.32% 0.4% -
XYZ 9.58 11.88 13.34 -
YUV 92.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 70 103 98 0.32 0 0.05 0.60 170.91 0.19 0.34
Hex 46 67 62 20 0 5 3C AB 13 22
Octal 106 147 142 40 0 5 74 253 23 42
Binary 1000110 1100111 1100010 100000 0 101 111100 10101011 10011 100010

Color Harmonies of #466762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466762

Black with #466762

Text Example


Text Example

White with #466762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466762; }

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

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

background-color css

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

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

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

border-color css

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

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

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