Html Css Color HEX #45756F Dark Green Copper

📋 copy color: '#45756F'

red 69 ◦ green 117 ◦ blue 111

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

Shades of Dark Green Copper #45756F

Tints of Dark Green Copper #45756F

RGB

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

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

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

R = 23.23%
G = 39.39%
B = 37.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#45756F (or 0x45756F) is known color: Dark Green Copper. HEX triplet: 45, 75 and 6F. RGB value is (69,117,111). Sum of RGB (Red+Green+Blue) = 69+117+111=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #45756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756F is #BA8A90. Grayscale: #656565. Windows color (decimal): -12225169 or 7304517. OLE color: 7304517.

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

Color convert

RGB 69 117 111 -
CMYK 0.41 0 0.05 0.54
HSL 172.5º 0.26% 0.36% -
HSV(B) 172.5º 0.41% 0.46% -
XYZ 11.68 15.14 17.34 -
YUV 101.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 69 117 111 0.41 0 0.05 0.54 172.5 0.26 0.36
Hex 45 75 6F 29 0 5 36 AC 1A 24
Octal 105 165 157 51 0 5 66 254 32 44
Binary 1000101 1110101 1101111 101001 0 101 110110 10101100 11010 100100

Color Harmonies of #45756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45756F

Black with #45756F

Text Example


Text Example

White with #45756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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