Html Css Color HEX #4B7063 Dark Green Copper

📋 copy color: '#4B7063'

red 75 ◦ green 112 ◦ blue 99

#4B7063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #4B7063

Tints of Dark Green Copper #4B7063

RGB

 RED value IS 75 (29.69% from 255) = 26.22%

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 26.22%
G = 39.16%
B = 34.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#4B7063 (or 0x4B7063) is known color: Dark Green Copper. HEX triplet: 4B, 70 and 63. RGB value is (75,112,99). Sum of RGB (Red+Green+Blue) = 75+112+99=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7063 is #B48F9C. Grayscale: #636363. Windows color (decimal): -11833245 or 6516811. OLE color: 6516811.

HSL color Cylindrical-coordinate representation of color #4B7063: hue angle of 158.92º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B7063 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 99 -
CMYK 0.33 0 0.12 0.56
HSL 158.92º 0.2% 0.37% -
HSV(B) 158.92º 0.33% 0.44% -
XYZ 10.95 13.99 13.93 -
YUV 99.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 75 112 99 0.33 0 0.12 0.56 158.92 0.2 0.37
Hex 4B 70 63 21 0 C 38 9F 14 25
Octal 113 160 143 41 0 14 70 237 24 45
Binary 1001011 1110000 1100011 100001 0 1100 111000 10011111 10100 100101

Color Harmonies of #4B7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7063

Black with #4B7063

Text Example


Text Example

White with #4B7063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,99); }

 H1.HeaderClassName
 {
   color: #4B7063;
 }
 .AnyTagClassName
 {
   color: #4B7063;
 }
</style>

background-color css

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

 a { background-color: rgb(75,112,99); }

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

border-color css

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

 span { border-color: rgb(75,112,99); }

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