Html Css Color HEX #45746D Dark Green Copper

📋 copy color: '#45746D'

red 69 ◦ green 116 ◦ blue 109

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

Shades of Dark Green Copper #45746D

Tints of Dark Green Copper #45746D

RGB

 RED value IS 69 (27.34% from 255) = 23.47%

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 23.47%
G = 39.46%
B = 37.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#45746D (or 0x45746D) is known color: Dark Green Copper. HEX triplet: 45, 74 and 6D. RGB value is (69,116,109). Sum of RGB (Red+Green+Blue) = 69+116+109=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #45746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45746D is #BA8B92. Grayscale: #656565. Windows color (decimal): -12225427 or 7173189. OLE color: 7173189.

HSL color Cylindrical-coordinate representation of color #45746D: hue angle of 171.06º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45746D is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 109 -
CMYK 0.41 0 0.06 0.55
HSL 171.06º 0.25% 0.36% -
HSV(B) 171.06º 0.41% 0.45% -
XYZ 11.46 14.86 16.73 -
YUV 101.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 69 116 109 0.41 0 0.06 0.55 171.06 0.25 0.36
Hex 45 74 6D 29 0 6 37 AB 19 24
Octal 105 164 155 51 0 6 67 253 31 44
Binary 1000101 1110100 1101101 101001 0 110 110111 10101011 11001 100100

Color Harmonies of #45746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45746D

Black with #45746D

Text Example


Text Example

White with #45746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45746D; }

 p { color: rgb(69,116,109); }

 H1.HeaderClassName
 {
   color: #45746D;
 }
 .AnyTagClassName
 {
   color: #45746D;
 }
</style>

background-color css

<style>
 a { background-color: #45746D; }

 a { background-color: rgb(69,116,109); }

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

border-color css

<style>
 span { border-color: #45746D; }

 span { border-color: rgb(69,116,109); }

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