#4B6F68

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

Shades of Dark Green Copper #4B6F68

Tints of Dark Green Copper #4B6F68

Color information

#4B6F68 (or 0x4B6F68) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 6F and 68. RGB value is (75,111,104). Sum of RGB (Red+Green+Blue) = 75+111+104=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6F68 is #B49097. Grayscale: #636363. Windows color (decimal): -11833496 or 6844235. OLE color: 6844235.

HSL color Cylindrical-coordinate representation of color #4B6F68: hue angle of 168.33º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6F68 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB75111104-
CMYK0.3200.060.56
HSL168.33º19.35%36.47%-
HSV(B)168.33º32.43%43.53%-
XYZ11.0813.8615.19-
YUV99.44130.57110.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=25.86%
G=38.28%
B=35.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal751111040.3200.060.56168.3319.3536.47
Hex4B6F68200638a81324
Octal1131571504006702502344
Binary10010111101111110100010000001101110001010100010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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