Html Css Color HEX #467572 Dark Green Copper

📋 copy color: '#467572'

red 70 ◦ green 117 ◦ blue 114

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

Shades of Dark Green Copper #467572

Tints of Dark Green Copper #467572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

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

R = 23.26%
G = 38.87%
B = 37.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#467572 (or 0x467572) is known color: Dark Green Copper. HEX triplet: 46, 75 and 72. RGB value is (70,117,114). Sum of RGB (Red+Green+Blue) = 70+117+114=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #467572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467572 is #B98A8D. Grayscale: #666666. Windows color (decimal): -12159630 or 7501126. OLE color: 7501126.

HSL color Cylindrical-coordinate representation of color #467572: hue angle of 176.17º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467572 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 114 -
CMYK 0.40 0 0.03 0.54
HSL 176.17º 0.25% 0.37% -
HSV(B) 176.17º 0.4% 0.46% -
XYZ 11.92 15.24 18.23 -
YUV 102.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 70 117 114 0.40 0 0.03 0.54 176.17 0.25 0.37
Hex 46 75 72 28 0 3 36 B0 19 25
Octal 106 165 162 50 0 3 66 260 31 45
Binary 1000110 1110101 1110010 101000 0 11 110110 10110000 11001 100101

Color Harmonies of #467572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467572

Black with #467572

Text Example


Text Example

White with #467572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467572; }

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

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

background-color css

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

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

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

border-color css

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

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

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