Html Css Color HEX #43706C Dark Green Copper

📋 copy color: '#43706C'

red 67 ◦ green 112 ◦ blue 108

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

Shades of Dark Green Copper #43706C

Tints of Dark Green Copper #43706C

RGB

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

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

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

R = 23.34%
G = 39.02%
B = 37.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#43706C (or 0x43706C) is known color: Dark Green Copper. HEX triplet: 43, 70 and 6C. RGB value is (67,112,108). Sum of RGB (Red+Green+Blue) = 67+112+108=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #43706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706C is #BC8F93. Grayscale: #626262. Windows color (decimal): -12357524 or 7106627. OLE color: 7106627.

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

Color convert

RGB 67 112 108 -
CMYK 0.40 0 0.04 0.56
HSL 174.67º 0.25% 0.35% -
HSV(B) 174.67º 0.4% 0.44% -
XYZ 10.82 13.86 16.29 -
YUV 98.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 67 112 108 0.40 0 0.04 0.56 174.67 0.25 0.35
Hex 43 70 6C 28 0 4 38 AF 19 23
Octal 103 160 154 50 0 4 70 257 31 43
Binary 1000011 1110000 1101100 101000 0 100 111000 10101111 11001 100011

Color Harmonies of #43706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43706C

Black with #43706C

Text Example


Text Example

White with #43706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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