Html Css Color HEX #467364 Dark Green Copper

📋 copy color: '#467364'

red 70 ◦ green 115 ◦ blue 100

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

Shades of Dark Green Copper #467364

Tints of Dark Green Copper #467364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 24.56%
G = 40.35%
B = 35.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#467364 (or 0x467364) is known color: Dark Green Copper. HEX triplet: 46, 73 and 64. RGB value is (70,115,100). Sum of RGB (Red+Green+Blue) = 70+115+100=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #467364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467364 is #B98C9B. Grayscale: #636363. Windows color (decimal): -12160156 or 6583110. OLE color: 6583110.

HSL color Cylindrical-coordinate representation of color #467364: hue angle of 160º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467364 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 100 -
CMYK 0.39 0 0.13 0.55
HSL 160º 0.24% 0.36% -
HSV(B) 160º 0.39% 0.45% -
XYZ 10.96 14.48 14.27 -
YUV 99.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 70 115 100 0.39 0 0.13 0.55 160 0.24 0.36
Hex 46 73 64 27 0 D 37 A0 18 24
Octal 106 163 144 47 0 15 67 240 30 44
Binary 1000110 1110011 1100100 100111 0 1101 110111 10100000 11000 100100

Color Harmonies of #467364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467364

Black with #467364

Text Example


Text Example

White with #467364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467364; }

 p { color: rgb(70,115,100); }

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

background-color css

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

 a { background-color: rgb(70,115,100); }

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

border-color css

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

 span { border-color: rgb(70,115,100); }

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