#4B736F

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

Shades of Dark Green Copper #4B736F

Tints of Dark Green Copper #4B736F

Color information

#4B736F (or 0x4B736F) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 73 and 6F. RGB value is (75,115,111). Sum of RGB (Red+Green+Blue) = 75+115+111=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #4B736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B736F is #B48C90. Grayscale: #666666. Windows color (decimal): -11832465 or 7304011. OLE color: 7304011.

HSL color Cylindrical-coordinate representation of color #4B736F: hue angle of 174º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B736F is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB75115111-
CMYK0.3500.030.55
HSL174º21.05%37.25%-
HSV(B)174º34.78%45.1%-
XYZ11.914.9117.29-
YUV102.58132.75108.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=24.92%
G=38.21%
B=36.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal751151110.3500.030.5517421.0537.25
Hex4B736F230337ae1525
Octal1131631574303672562545
Binary1001011111001111011111000110111101111010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B736F; }

 p { color: rgb(75,115,111); }

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

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

 a { background-color: rgb(75,115,111); }

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

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

 span { border-color: rgb(75,115,111); }

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