Html Css Color HEX #43746C Dark Green Copper

📋 copy color: '#43746C'

red 67 ◦ green 116 ◦ blue 108

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

Shades of Dark Green Copper #43746C

Tints of Dark Green Copper #43746C

RGB

 RED value IS 67 (26.56% from 255) = 23.02%

 GREEN value IS 116 (45.7% from 255) = 39.86%

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

R = 23.02%
G = 39.86%
B = 37.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#43746C (or 0x43746C) is known color: Dark Green Copper. HEX triplet: 43, 74 and 6C. RGB value is (67,116,108). Sum of RGB (Red+Green+Blue) = 67+116+108=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #43746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43746C is #BC8B93. Grayscale: #646464. Windows color (decimal): -12356500 or 7107651. OLE color: 7107651.

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

Color convert

RGB 67 116 108 -
CMYK 0.42 0 0.07 0.55
HSL 170.2º 0.27% 0.36% -
HSV(B) 170.2º 0.42% 0.45% -
XYZ 11.27 14.77 16.44 -
YUV 100.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 67 116 108 0.42 0 0.07 0.55 170.2 0.27 0.36
Hex 43 74 6C 2A 0 7 37 AA 1B 24
Octal 103 164 154 52 0 7 67 252 33 44
Binary 1000011 1110100 1101100 101010 0 111 110111 10101010 11011 100100

Color Harmonies of #43746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43746C

Black with #43746C

Text Example


Text Example

White with #43746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,116,108); }

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

background-color css

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

 a { background-color: rgb(67,116,108); }

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

border-color css

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

 span { border-color: rgb(67,116,108); }

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