#4B6D67

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

Shades of Dark Green Copper #4B6D67

Tints of Dark Green Copper #4B6D67

Color information

#4B6D67 (or 0x4B6D67) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 6D and 67. RGB value is (75,109,103). Sum of RGB (Red+Green+Blue) = 75+109+103=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D67 is #B49298. Grayscale: #626262. Windows color (decimal): -11834009 or 6778187. OLE color: 6778187.

HSL color Cylindrical-coordinate representation of color #4B6D67: hue angle of 169.41º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D67 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB75109103-
CMYK0.3100.060.57
HSL169.41º18.48%36.08%-
HSV(B)169.41º31.19%42.75%-
XYZ10.8213.4114.85-
YUV98.15130.74111.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=26.13%
G=37.98%
B=35.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal751091030.3100.060.57169.4118.4836.08
Hex4B6D671F0639a91224
Octal1131551473706712512244
Binary1001011110110111001111111101101110011010100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,103); }

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

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

 a { background-color: rgb(75,109,103); }

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

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

 span { border-color: rgb(75,109,103); }

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