Html Css Color HEX #4B7F75 Dark Green Copper

📋 copy color: '#4B7F75'

red 75 ◦ green 127 ◦ blue 117

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

Shades of Dark Green Copper #4B7F75

Tints of Dark Green Copper #4B7F75

RGB

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

 GREEN value IS 127 (50% from 255) = 39.81%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 23.51%
G = 39.81%
B = 36.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#4B7F75 (or 0x4B7F75) is known color: Dark Green Copper. HEX triplet: 4B, 7F and 75. RGB value is (75,127,117). Sum of RGB (Red+Green+Blue) = 75+127+117=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7F75 is #B4808A. Grayscale: #6E6E6E. Windows color (decimal): -11829387 or 7700299. OLE color: 7700299.

HSL color Cylindrical-coordinate representation of color #4B7F75: hue angle of 168.46º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B7F75 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 75 127 117 -
CMYK 0.41 0 0.08 0.50
HSL 168.46º 0.26% 0.4% -
HSV(B) 168.46º 0.41% 0.5% -
XYZ 13.7 17.96 19.57 -
YUV 110.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 75 127 117 0.41 0 0.08 0.50 168.46 0.26 0.4
Hex 4B 7F 75 29 0 8 32 A8 1A 28
Octal 113 177 165 51 0 10 62 250 32 50
Binary 1001011 1111111 1110101 101001 0 1000 110010 10101000 11010 101000

Color Harmonies of #4B7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7F75

Black with #4B7F75

Text Example


Text Example

White with #4B7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,117); }

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

background-color css

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

 a { background-color: rgb(75,127,117); }

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

border-color css

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

 span { border-color: rgb(75,127,117); }

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