Html Css Color HEX #45756E Dark Green Copper

📋 copy color: '#45756E'

red 69 ◦ green 117 ◦ blue 110

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

Shades of Dark Green Copper #45756E

Tints of Dark Green Copper #45756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 23.31%
G = 39.53%
B = 37.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#45756E (or 0x45756E) is known color: Dark Green Copper. HEX triplet: 45, 75 and 6E. RGB value is (69,117,110). Sum of RGB (Red+Green+Blue) = 69+117+110=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #45756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756E is #BA8A91. Grayscale: #656565. Windows color (decimal): -12225170 or 7238981. OLE color: 7238981.

HSL color Cylindrical-coordinate representation of color #45756E: hue angle of 171.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45756E is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 117 110 -
CMYK 0.41 0 0.06 0.54
HSL 171.25º 0.26% 0.36% -
HSV(B) 171.25º 0.41% 0.46% -
XYZ 11.63 15.11 17.06 -
YUV 101.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 69 117 110 0.41 0 0.06 0.54 171.25 0.26 0.36
Hex 45 75 6E 29 0 6 36 AB 1A 24
Octal 105 165 156 51 0 6 66 253 32 44
Binary 1000101 1110101 1101110 101001 0 110 110110 10101011 11010 100100

Color Harmonies of #45756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45756E

Black with #45756E

Text Example


Text Example

White with #45756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45756E; }

 p { color: rgb(69,117,110); }

 H1.HeaderClassName
 {
   color: #45756E;
 }
 .AnyTagClassName
 {
   color: #45756E;
 }
</style>

background-color css

<style>
 a { background-color: #45756E; }

 a { background-color: rgb(69,117,110); }

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

border-color css

<style>
 span { border-color: #45756E; }

 span { border-color: rgb(69,117,110); }

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