Html Css Color HEX #45706C Dark Green Copper

📋 copy color: '#45706C'

red 69 ◦ green 112 ◦ blue 108

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

Shades of Dark Green Copper #45706C

Tints of Dark Green Copper #45706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 23.88%
G = 38.75%
B = 37.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#45706C (or 0x45706C) is known color: Dark Green Copper. HEX triplet: 45, 70 and 6C. RGB value is (69,112,108). Sum of RGB (Red+Green+Blue) = 69+112+108=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #45706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45706C is #BA8F93. Grayscale: #626262. Windows color (decimal): -12226452 or 7106629. OLE color: 7106629.

HSL color Cylindrical-coordinate representation of color #45706C: hue angle of 174.42º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45706C is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 108 -
CMYK 0.38 0 0.04 0.56
HSL 174.42º 0.24% 0.35% -
HSV(B) 174.42º 0.38% 0.44% -
XYZ 10.96 13.94 16.3 -
YUV 98.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 69 112 108 0.38 0 0.04 0.56 174.42 0.24 0.35
Hex 45 70 6C 26 0 4 38 AE 18 23
Octal 105 160 154 46 0 4 70 256 30 43
Binary 1000101 1110000 1101100 100110 0 100 111000 10101110 11000 100011

Color Harmonies of #45706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45706C

Black with #45706C

Text Example


Text Example

White with #45706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45706C; }

 p { color: rgb(69,112,108); }

 H1.HeaderClassName
 {
   color: #45706C;
 }
 .AnyTagClassName
 {
   color: #45706C;
 }
</style>

background-color css

<style>
 a { background-color: #45706C; }

 a { background-color: rgb(69,112,108); }

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

border-color css

<style>
 span { border-color: #45706C; }

 span { border-color: rgb(69,112,108); }

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