Html Css Color HEX #4B746C Dark Green Copper

📋 copy color: '#4B746C'

red 75 ◦ green 116 ◦ blue 108

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

Shades of Dark Green Copper #4B746C

Tints of Dark Green Copper #4B746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 25.08%
G = 38.8%
B = 36.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#4B746C (or 0x4B746C) is known color: Dark Green Copper. HEX triplet: 4B, 74 and 6C. RGB value is (75,116,108). Sum of RGB (Red+Green+Blue) = 75+116+108=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #4B746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B746C is #B48B93. Grayscale: #666666. Windows color (decimal): -11832212 or 7107659. OLE color: 7107659.

HSL color Cylindrical-coordinate representation of color #4B746C: hue angle of 168.29º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B746C is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 116 108 -
CMYK 0.35 0 0.07 0.55
HSL 168.29º 0.21% 0.37% -
HSV(B) 168.29º 0.35% 0.45% -
XYZ 11.85 15.07 16.47 -
YUV 102.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 75 116 108 0.35 0 0.07 0.55 168.29 0.21 0.37
Hex 4B 74 6C 23 0 7 37 A8 15 25
Octal 113 164 154 43 0 7 67 250 25 45
Binary 1001011 1110100 1101100 100011 0 111 110111 10101000 10101 100101

Color Harmonies of #4B746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B746C

Black with #4B746C

Text Example


Text Example

White with #4B746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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