Html Css Color HEX #466C67 Dark Green Copper

📋 copy color: '#466C67'

red 70 ◦ green 108 ◦ blue 103

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

Shades of Dark Green Copper #466C67

Tints of Dark Green Copper #466C67

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.43%

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

R = 24.91%
G = 38.43%
B = 36.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#466C67 (or 0x466C67) is known color: Dark Green Copper. HEX triplet: 46, 6C and 67. RGB value is (70,108,103). Sum of RGB (Red+Green+Blue) = 70+108+103=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #466C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C67 is #B99398. Grayscale: #606060. Windows color (decimal): -12161945 or 6777926. OLE color: 6777926.

HSL color Cylindrical-coordinate representation of color #466C67: hue angle of 172.11º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466C67 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 108 103 -
CMYK 0.35 0 0.05 0.58
HSL 172.11º 0.21% 0.35% -
HSV(B) 172.11º 0.35% 0.42% -
XYZ 10.34 13.01 14.8 -
YUV 96.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 70 108 103 0.35 0 0.05 0.58 172.11 0.21 0.35
Hex 46 6C 67 23 0 5 3A AC 15 23
Octal 106 154 147 43 0 5 72 254 25 43
Binary 1000110 1101100 1100111 100011 0 101 111010 10101100 10101 100011

Color Harmonies of #466C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C67

Black with #466C67

Text Example


Text Example

White with #466C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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