Html Css Color HEX #467370 Dark Green Copper

📋 copy color: '#467370'

red 70 ◦ green 115 ◦ blue 112

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

Shades of Dark Green Copper #467370

Tints of Dark Green Copper #467370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 23.57%
G = 38.72%
B = 37.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#467370 (or 0x467370) is known color: Dark Green Copper. HEX triplet: 46, 73 and 70. RGB value is (70,115,112). Sum of RGB (Red+Green+Blue) = 70+115+112=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #467370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467370 is #B98C8F. Grayscale: #656565. Windows color (decimal): -12160144 or 7369542. OLE color: 7369542.

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

Color convert

RGB 70 115 112 -
CMYK 0.39 0 0.03 0.55
HSL 176º 0.24% 0.36% -
HSV(B) 176º 0.39% 0.45% -
XYZ 11.58 14.73 17.56 -
YUV 101.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 70 115 112 0.39 0 0.03 0.55 176 0.24 0.36
Hex 46 73 70 27 0 3 37 B0 18 24
Octal 106 163 160 47 0 3 67 260 30 44
Binary 1000110 1110011 1110000 100111 0 11 110111 10110000 11000 100100

Color Harmonies of #467370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467370

Black with #467370

Text Example


Text Example

White with #467370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467370; }

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

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

background-color css

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

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

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

border-color css

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

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

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