Html Css Color HEX #467569 Dark Green Copper

📋 copy color: '#467569'

red 70 ◦ green 117 ◦ blue 105

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

Shades of Dark Green Copper #467569

Tints of Dark Green Copper #467569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 23.97%
G = 40.07%
B = 35.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#467569 (or 0x467569) is known color: Dark Green Copper. HEX triplet: 46, 75 and 69. RGB value is (70,117,105). Sum of RGB (Red+Green+Blue) = 70+117+105=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #467569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467569 is #B98A96. Grayscale: #656565. Windows color (decimal): -12159639 or 6911302. OLE color: 6911302.

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

Color convert

RGB 70 117 105 -
CMYK 0.40 0 0.10 0.54
HSL 164.68º 0.25% 0.37% -
HSV(B) 164.68º 0.4% 0.46% -
XYZ 11.44 15.04 15.67 -
YUV 101.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 70 117 105 0.40 0 0.10 0.54 164.68 0.25 0.37
Hex 46 75 69 28 0 A 36 A5 19 25
Octal 106 165 151 50 0 12 66 245 31 45
Binary 1000110 1110101 1101001 101000 0 1010 110110 10100101 11001 100101

Color Harmonies of #467569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467569

Black with #467569

Text Example


Text Example

White with #467569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467569; }

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

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

background-color css

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

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

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

border-color css

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

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

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