Html Css Color HEX #4B786C Dark Green Copper

📋 copy color: '#4B786C'

red 75 ◦ green 120 ◦ blue 108

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

Shades of Dark Green Copper #4B786C

Tints of Dark Green Copper #4B786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 24.75%
G = 39.6%
B = 35.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#4B786C (or 0x4B786C) is known color: Dark Green Copper. HEX triplet: 4B, 78 and 6C. RGB value is (75,120,108). Sum of RGB (Red+Green+Blue) = 75+120+108=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #4B786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B786C is #B48793. Grayscale: #696969. Windows color (decimal): -11831188 or 7108683. OLE color: 7108683.

HSL color Cylindrical-coordinate representation of color #4B786C: hue angle of 164º 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 #4B786C is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 120 108 -
CMYK 0.37 0 0.10 0.53
HSL 164º 0.23% 0.38% -
HSV(B) 164º 0.38% 0.47% -
XYZ 12.32 16.01 16.63 -
YUV 105.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 75 120 108 0.37 0 0.10 0.53 164 0.23 0.38
Hex 4B 78 6C 25 0 A 35 A4 17 26
Octal 113 170 154 45 0 12 65 244 27 46
Binary 1001011 1111000 1101100 100101 0 1010 110101 10100100 10111 100110

Color Harmonies of #4B786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B786C

Black with #4B786C

Text Example


Text Example

White with #4B786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,120,108); }

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

background-color css

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

 a { background-color: rgb(75,120,108); }

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

border-color css

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

 span { border-color: rgb(75,120,108); }

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