Html Css Color HEX #467568 Dark Green Copper

📋 copy color: '#467568'

red 70 ◦ green 117 ◦ blue 104

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

Shades of Dark Green Copper #467568

Tints of Dark Green Copper #467568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 24.05%
G = 40.21%
B = 35.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#467568 (or 0x467568) is known color: Dark Green Copper. HEX triplet: 46, 75 and 68. RGB value is (70,117,104). Sum of RGB (Red+Green+Blue) = 70+117+104=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #467568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467568 is #B98A97. Grayscale: #656565. Windows color (decimal): -12159640 or 6845766. OLE color: 6845766.

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

Color convert

RGB 70 117 104 -
CMYK 0.40 0 0.11 0.54
HSL 163.4º 0.25% 0.37% -
HSV(B) 163.4º 0.4% 0.46% -
XYZ 11.39 15.02 15.4 -
YUV 101.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 70 117 104 0.40 0 0.11 0.54 163.4 0.25 0.37
Hex 46 75 68 28 0 B 36 A3 19 25
Octal 106 165 150 50 0 13 66 243 31 45
Binary 1000110 1110101 1101000 101000 0 1011 110110 10100011 11001 100101

Color Harmonies of #467568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467568

Black with #467568

Text Example


Text Example

White with #467568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467568; }

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

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

background-color css

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

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

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

border-color css

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

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

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