Html Css Color HEX #467571 Dark Green Copper

📋 copy color: '#467571'

red 70 ◦ green 117 ◦ blue 113

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

Shades of Dark Green Copper #467571

Tints of Dark Green Copper #467571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 23.33%
G = 39%
B = 37.67%

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

#467571 (or 0x467571) is known color: Dark Green Copper. HEX triplet: 46, 75 and 71. RGB value is (70,117,113). Sum of RGB (Red+Green+Blue) = 70+117+113=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #467571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467571 is #B98A8E. Grayscale: #666666. Windows color (decimal): -12159631 or 7435590. OLE color: 7435590.

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

Color convert

RGB 70 117 113 -
CMYK 0.40 0 0.03 0.54
HSL 174.89º 0.25% 0.37% -
HSV(B) 174.89º 0.4% 0.46% -
XYZ 11.87 15.22 17.93 -
YUV 102.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 70 117 113 0.40 0 0.03 0.54 174.89 0.25 0.37
Hex 46 75 71 28 0 3 36 AF 19 25
Octal 106 165 161 50 0 3 66 257 31 45
Binary 1000110 1110101 1110001 101000 0 11 110110 10101111 11001 100101

Color Harmonies of #467571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467571

Black with #467571

Text Example


Text Example

White with #467571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467571; }

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

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

background-color css

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

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

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

border-color css

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

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

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