Html Css Color HEX #45746F Dark Green Copper

📋 copy color: '#45746F'

red 69 ◦ green 116 ◦ blue 111

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

Shades of Dark Green Copper #45746F

Tints of Dark Green Copper #45746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 23.31%
G = 39.19%
B = 37.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#45746F (or 0x45746F) is known color: Dark Green Copper. HEX triplet: 45, 74 and 6F. RGB value is (69,116,111). Sum of RGB (Red+Green+Blue) = 69+116+111=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #45746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45746F is #BA8B90. Grayscale: #656565. Windows color (decimal): -12225425 or 7304261. OLE color: 7304261.

HSL color Cylindrical-coordinate representation of color #45746F: hue angle of 173.62º 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 #45746F is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 111 -
CMYK 0.41 0 0.04 0.55
HSL 173.62º 0.25% 0.36% -
HSV(B) 173.62º 0.41% 0.45% -
XYZ 11.57 14.9 17.31 -
YUV 101.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 69 116 111 0.41 0 0.04 0.55 173.62 0.25 0.36
Hex 45 74 6F 29 0 4 37 AE 19 24
Octal 105 164 157 51 0 4 67 256 31 44
Binary 1000101 1110100 1101111 101001 0 100 110111 10101110 11001 100100

Color Harmonies of #45746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45746F

Black with #45746F

Text Example


Text Example

White with #45746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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