Html Css Color HEX #4A6D68 Dark Green Copper

📋 copy color: '#4A6D68'

red 74 ◦ green 109 ◦ blue 104

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

Shades of Dark Green Copper #4A6D68

Tints of Dark Green Copper #4A6D68

RGB

 RED value IS 74 (29.3% from 255) = 25.78%

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 25.78%
G = 37.98%
B = 36.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#4A6D68 (or 0x4A6D68) is known color: Dark Green Copper. HEX triplet: 4A, 6D and 68. RGB value is (74,109,104). Sum of RGB (Red+Green+Blue) = 74+109+104=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D68 is #B59297. Grayscale: #616161. Windows color (decimal): -11899544 or 6843722. OLE color: 6843722.

HSL color Cylindrical-coordinate representation of color #4A6D68: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6D68 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 104 -
CMYK 0.32 0 0.05 0.57
HSL 171.43º 0.19% 0.36% -
HSV(B) 171.43º 0.32% 0.43% -
XYZ 10.79 13.39 15.11 -
YUV 97.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 74 109 104 0.32 0 0.05 0.57 171.43 0.19 0.36
Hex 4A 6D 68 20 0 5 39 AB 13 24
Octal 112 155 150 40 0 5 71 253 23 44
Binary 1001010 1101101 1101000 100000 0 101 111001 10101011 10011 100100

Color Harmonies of #4A6D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D68

Black with #4A6D68

Text Example


Text Example

White with #4A6D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,104); }

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

background-color css

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

 a { background-color: rgb(74,109,104); }

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

border-color css

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

 span { border-color: rgb(74,109,104); }

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