Html Css Color HEX #4B796A Dark Green Copper

📋 copy color: '#4B796A'

red 75 ◦ green 121 ◦ blue 106

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

Shades of Dark Green Copper #4B796A

Tints of Dark Green Copper #4B796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 24.83%
G = 40.07%
B = 35.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#4B796A (or 0x4B796A) is known color: Dark Green Copper. HEX triplet: 4B, 79 and 6A. RGB value is (75,121,106). Sum of RGB (Red+Green+Blue) = 75+121+106=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #4B796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B796A is #B48695. Grayscale: #696969. Windows color (decimal): -11830934 or 6977867. OLE color: 6977867.

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

Color convert

RGB 75 121 106 -
CMYK 0.38 0 0.12 0.53
HSL 160.43º 0.23% 0.38% -
HSV(B) 160.43º 0.38% 0.47% -
XYZ 12.34 16.21 16.11 -
YUV 105.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 75 121 106 0.38 0 0.12 0.53 160.43 0.23 0.38
Hex 4B 79 6A 26 0 C 35 A0 17 26
Octal 113 171 152 46 0 14 65 240 27 46
Binary 1001011 1111001 1101010 100110 0 1100 110101 10100000 10111 100110

Color Harmonies of #4B796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B796A

Black with #4B796A

Text Example


Text Example

White with #4B796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,121,106); }

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

background-color css

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

 a { background-color: rgb(75,121,106); }

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

border-color css

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

 span { border-color: rgb(75,121,106); }

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