#467267

Color #467267 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #467267

Tints of Dark Green Copper #467267

Color information

#467267 (or 0x467267) is unknown color: approx Dark Green Copper. HEX triplet: 46, 72 and 67. RGB value is (70,114,103). Sum of RGB (Red+Green+Blue) = 70+114+103=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #467267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467267 is #B98D98. Grayscale: #636363. Windows color (decimal): -12160409 or 6779462. OLE color: 6779462.

HSL color Cylindrical-coordinate representation of color #467267: hue angle of 165º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467267 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB70114103-
CMYK0.3900.100.55
HSL165º23.91%36.08%-
HSV(B)165º38.6%44.71%-
XYZ10.9914.3215.02-
YUV99.59129.92106.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=24.39%
G=39.72%
B=35.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701141030.3900.100.5516523.9136.08
Hex467267270A37a51824
Octal10616214747012672453044
Binary100011011100101100111100111010101101111010010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467267; }

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

 H1.HeaderClassName
 {
   color: #467267;
 }
 .AnyTagClassName
 {
   color: #467267;
 }
</style>
background-color css

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

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

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

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

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

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