Html Css Color HEX #45796F Dark Green Copper

📋 copy color: '#45796F'

red 69 ◦ green 121 ◦ blue 111

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

Shades of Dark Green Copper #45796F

Tints of Dark Green Copper #45796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 22.92%
G = 40.2%
B = 36.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#45796F (or 0x45796F) is known color: Dark Green Copper. HEX triplet: 45, 79 and 6F. RGB value is (69,121,111). Sum of RGB (Red+Green+Blue) = 69+121+111=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #45796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45796F is #BA8690. Grayscale: #686868. Windows color (decimal): -12224145 or 7305541. OLE color: 7305541.

HSL color Cylindrical-coordinate representation of color #45796F: hue angle of 168.46º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45796F is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 121 111 -
CMYK 0.43 0 0.08 0.53
HSL 168.46º 0.27% 0.37% -
HSV(B) 168.46º 0.43% 0.47% -
XYZ 12.16 16.09 17.5 -
YUV 104.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 69 121 111 0.43 0 0.08 0.53 168.46 0.27 0.37
Hex 45 79 6F 2B 0 8 35 A8 1B 25
Octal 105 171 157 53 0 10 65 250 33 45
Binary 1000101 1111001 1101111 101011 0 1000 110101 10101000 11011 100101

Color Harmonies of #45796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45796F

Black with #45796F

Text Example


Text Example

White with #45796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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