Html Css Color HEX #45716A Dark Green Copper

📋 copy color: '#45716A'

red 69 ◦ green 113 ◦ blue 106

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

Shades of Dark Green Copper #45716A

Tints of Dark Green Copper #45716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 23.96%
G = 39.24%
B = 36.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#45716A (or 0x45716A) is known color: Dark Green Copper. HEX triplet: 45, 71 and 6A. RGB value is (69,113,106). Sum of RGB (Red+Green+Blue) = 69+113+106=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #45716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45716A is #BA8E95. Grayscale: #636363. Windows color (decimal): -12226198 or 6975813. OLE color: 6975813.

HSL color Cylindrical-coordinate representation of color #45716A: hue angle of 170.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45716A is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 113 106 -
CMYK 0.39 0 0.06 0.56
HSL 170.45º 0.24% 0.36% -
HSV(B) 170.45º 0.39% 0.44% -
XYZ 10.96 14.12 15.78 -
YUV 99.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 69 113 106 0.39 0 0.06 0.56 170.45 0.24 0.36
Hex 45 71 6A 27 0 6 38 AA 18 24
Octal 105 161 152 47 0 6 70 252 30 44
Binary 1000101 1110001 1101010 100111 0 110 111000 10101010 11000 100100

Color Harmonies of #45716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45716A

Black with #45716A

Text Example


Text Example

White with #45716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45716A; }

 p { color: rgb(69,113,106); }

 H1.HeaderClassName
 {
   color: #45716A;
 }
 .AnyTagClassName
 {
   color: #45716A;
 }
</style>

background-color css

<style>
 a { background-color: #45716A; }

 a { background-color: rgb(69,113,106); }

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

border-color css

<style>
 span { border-color: #45716A; }

 span { border-color: rgb(69,113,106); }

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