Html Css Color HEX #4B776E Dark Green Copper

📋 copy color: '#4B776E'

red 75 ◦ green 119 ◦ blue 110

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

Shades of Dark Green Copper #4B776E

Tints of Dark Green Copper #4B776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 24.67%
G = 39.14%
B = 36.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#4B776E (or 0x4B776E) is known color: Dark Green Copper. HEX triplet: 4B, 77 and 6E. RGB value is (75,119,110). Sum of RGB (Red+Green+Blue) = 75+119+110=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #4B776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B776E is #B48891. Grayscale: #686868. Windows color (decimal): -11831442 or 7239499. OLE color: 7239499.

HSL color Cylindrical-coordinate representation of color #4B776E: hue angle of 167.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B776E is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 119 110 -
CMYK 0.37 0 0.08 0.53
HSL 167.73º 0.23% 0.38% -
HSV(B) 167.73º 0.37% 0.47% -
XYZ 12.31 15.82 17.16 -
YUV 104.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 75 119 110 0.37 0 0.08 0.53 167.73 0.23 0.38
Hex 4B 77 6E 25 0 8 35 A8 17 26
Octal 113 167 156 45 0 10 65 250 27 46
Binary 1001011 1110111 1101110 100101 0 1000 110101 10101000 10111 100110

Color Harmonies of #4B776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B776E

Black with #4B776E

Text Example


Text Example

White with #4B776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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