Html Css Color HEX #467772 Dark Green Copper

📋 copy color: '#467772'

red 70 ◦ green 119 ◦ blue 114

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

Shades of Dark Green Copper #467772

Tints of Dark Green Copper #467772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 23.1%
G = 39.27%
B = 37.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#467772 (or 0x467772) is known color: Dark Green Copper. HEX triplet: 46, 77 and 72. RGB value is (70,119,114). Sum of RGB (Red+Green+Blue) = 70+119+114=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #467772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467772 is #B9888D. Grayscale: #676767. Windows color (decimal): -12159118 or 7501638. OLE color: 7501638.

HSL color Cylindrical-coordinate representation of color #467772: hue angle of 173.88º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467772 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 114 -
CMYK 0.41 0 0.04 0.53
HSL 173.88º 0.26% 0.37% -
HSV(B) 173.88º 0.41% 0.47% -
XYZ 12.16 15.71 18.31 -
YUV 103.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 70 119 114 0.41 0 0.04 0.53 173.88 0.26 0.37
Hex 46 77 72 29 0 4 35 AE 1A 25
Octal 106 167 162 51 0 4 65 256 32 45
Binary 1000110 1110111 1110010 101001 0 100 110101 10101110 11010 100101

Color Harmonies of #467772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467772

Black with #467772

Text Example


Text Example

White with #467772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467772; }

 p { color: rgb(70,119,114); }

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

background-color css

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

 a { background-color: rgb(70,119,114); }

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

border-color css

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

 span { border-color: rgb(70,119,114); }

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