Html Css Color HEX #4A7369 Dark Green Copper

📋 copy color: '#4A7369'

red 74 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #4A7369

Tints of Dark Green Copper #4A7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

 BLUE value IS 105 (41.41% from 255) = 35.71%

R = 25.17%
G = 39.12%
B = 35.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#4A7369 (or 0x4A7369) is known color: Dark Green Copper. HEX triplet: 4A, 73 and 69. RGB value is (74,115,105). Sum of RGB (Red+Green+Blue) = 74+115+105=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7369 is #B58C96. Grayscale: #656565. Windows color (decimal): -11898007 or 6910794. OLE color: 6910794.

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

Color convert

RGB 74 115 105 -
CMYK 0.36 0 0.09 0.55
HSL 165.37º 0.22% 0.37% -
HSV(B) 165.37º 0.36% 0.45% -
XYZ 11.5 14.74 15.6 -
YUV 101.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 74 115 105 0.36 0 0.09 0.55 165.37 0.22 0.37
Hex 4A 73 69 24 0 9 37 A5 16 25
Octal 112 163 151 44 0 11 67 245 26 45
Binary 1001010 1110011 1101001 100100 0 1001 110111 10100101 10110 100101

Color Harmonies of #4A7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7369

Black with #4A7369

Text Example


Text Example

White with #4A7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,105); }

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

background-color css

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

 a { background-color: rgb(74,115,105); }

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

border-color css

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

 span { border-color: rgb(74,115,105); }

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