Html Css Color HEX #45736B Dark Green Copper

📋 copy color: '#45736B'

red 69 ◦ green 115 ◦ blue 107

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

Shades of Dark Green Copper #45736B

Tints of Dark Green Copper #45736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 23.71%
G = 39.52%
B = 36.77%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#45736B (or 0x45736B) is known color: Dark Green Copper. HEX triplet: 45, 73 and 6B. RGB value is (69,115,107). Sum of RGB (Red+Green+Blue) = 69+115+107=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #45736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45736B is #BA8C94. Grayscale: #646464. Windows color (decimal): -12225685 or 7041861. OLE color: 7041861.

HSL color Cylindrical-coordinate representation of color #45736B: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45736B is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 115 107 -
CMYK 0.4 0 0.07 0.55
HSL 169.57º 0.25% 0.36% -
HSV(B) 169.57º 0.4% 0.45% -
XYZ 11.24 14.59 16.13 -
YUV 100.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 69 115 107 0.4 0 0.07 0.55 169.57 0.25 0.36
Hex 45 73 6B 28 0 7 37 AA 19 24
Octal 105 163 153 50 0 7 67 252 31 44
Binary 1000101 1110011 1101011 101000 0 111 110111 10101010 11001 100100

Color Harmonies of #45736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45736B

Black with #45736B

Text Example


Text Example

White with #45736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45736B; }

 p { color: rgb(69,115,107); }

 H1.HeaderClassName
 {
   color: #45736B;
 }
 .AnyTagClassName
 {
   color: #45736B;
 }
</style>

background-color css

<style>
 a { background-color: #45736B; }

 a { background-color: rgb(69,115,107); }

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

border-color css

<style>
 span { border-color: #45736B; }

 span { border-color: rgb(69,115,107); }

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