Html Css Color HEX #4B7164 Dark Green Copper

📋 copy color: '#4B7164'

red 75 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #4B7164

Tints of Dark Green Copper #4B7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 26.04%
G = 39.24%
B = 34.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#4B7164 (or 0x4B7164) is known color: Dark Green Copper. HEX triplet: 4B, 71 and 64. RGB value is (75,113,100). Sum of RGB (Red+Green+Blue) = 75+113+100=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7164 is #B48E9B. Grayscale: #646464. Windows color (decimal): -11832988 or 6582603. OLE color: 6582603.

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

Color convert

RGB 75 113 100 -
CMYK 0.34 0 0.12 0.56
HSL 159.47º 0.2% 0.37% -
HSV(B) 159.47º 0.34% 0.44% -
XYZ 11.11 14.23 14.22 -
YUV 100.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 75 113 100 0.34 0 0.12 0.56 159.47 0.2 0.37
Hex 4B 71 64 22 0 C 38 9F 14 25
Octal 113 161 144 42 0 14 70 237 24 45
Binary 1001011 1110001 1100100 100010 0 1100 111000 10011111 10100 100101

Color Harmonies of #4B7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7164

Black with #4B7164

Text Example


Text Example

White with #4B7164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,100); }

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

background-color css

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

 a { background-color: rgb(75,113,100); }

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

border-color css

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

 span { border-color: rgb(75,113,100); }

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