#4B726A

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

Shades of Dark Green Copper #4B726A

Tints of Dark Green Copper #4B726A

Color information

#4B726A (or 0x4B726A) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 72 and 6A. RGB value is (75,114,106). Sum of RGB (Red+Green+Blue) = 75+114+106=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #4B726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B726A is #B48D95. Grayscale: #656565. Windows color (decimal): -11832726 or 6976075. OLE color: 6976075.

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

Color convert

RGB75114106-
CMYK0.3400.070.55
HSL167.69º20.63%37.06%-
HSV(B)167.69º34.21%44.71%-
XYZ11.5214.5715.84-
YUV101.43130.58109.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.42%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=25.42%
G=38.64%
B=35.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal751141060.3400.070.55167.6920.6337.06
Hex4B726A220737a81525
Octal1131621524207672502545
Binary10010111110010110101010001001111101111010100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,106); }

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

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

 a { background-color: rgb(75,114,106); }

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

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

 span { border-color: rgb(75,114,106); }

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