Html Css Color HEX #4B6A62 Dark Green Copper

📋 copy color: '#4B6A62'

red 75 ◦ green 106 ◦ blue 98

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

Shades of Dark Green Copper #4B6A62

Tints of Dark Green Copper #4B6A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.99%

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 26.88%
G = 37.99%
B = 35.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#4B6A62 (or 0x4B6A62) is known color: Dark Green Copper. HEX triplet: 4B, 6A and 62. RGB value is (75,106,98). Sum of RGB (Red+Green+Blue) = 75+106+98=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6A62 is #B4959D. Grayscale: #5F5F5F. Windows color (decimal): -11834782 or 6449739. OLE color: 6449739.

HSL color Cylindrical-coordinate representation of color #4B6A62: hue angle of 164.52º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6A62 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 106 98 -
CMYK 0.29 0 0.08 0.58
HSL 164.52º 0.17% 0.35% -
HSV(B) 164.52º 0.29% 0.42% -
XYZ 10.26 12.69 13.46 -
YUV 95.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 75 106 98 0.29 0 0.08 0.58 164.52 0.17 0.35
Hex 4B 6A 62 1D 0 8 3A A5 11 23
Octal 113 152 142 35 0 10 72 245 21 43
Binary 1001011 1101010 1100010 11101 0 1000 111010 10100101 10001 100011

Color Harmonies of #4B6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6A62

Black with #4B6A62

Text Example


Text Example

White with #4B6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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