#4B7B6E

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

Shades of Dark Green Copper #4B7B6E

Tints of Dark Green Copper #4B7B6E

Color information

#4B7B6E (or 0x4B7B6E) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 7B and 6E. RGB value is (75,123,110). Sum of RGB (Red+Green+Blue) = 75+123+110=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7B6E is #B48491. Grayscale: #6B6B6B. Windows color (decimal): -11830418 or 7240523. OLE color: 7240523.

HSL color Cylindrical-coordinate representation of color #4B7B6E: hue angle of 163.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7B6E is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB75123110-
CMYK0.3900.110.52
HSL163.75º24.24%38.82%-
HSV(B)163.75º39.02%48.24%-
XYZ12.816.7917.32-
YUV107.17129.6105.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=24.35%
G=39.94%
B=35.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751231100.3900.110.52163.7524.2438.82
Hex4B7B6E270B34a41827
Octal11317315647013642443047
Binary100101111110111101110100111010111101001010010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,123,110); }

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

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

 a { background-color: rgb(75,123,110); }

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

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

 span { border-color: rgb(75,123,110); }

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