Html Css Color HEX #437065 Dark Green Copper

📋 copy color: '#437065'

red 67 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #437065

Tints of Dark Green Copper #437065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 23.93%
G = 40%
B = 36.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#437065 (or 0x437065) is known color: Dark Green Copper. HEX triplet: 43, 70 and 65. RGB value is (67,112,101). Sum of RGB (Red+Green+Blue) = 67+112+101=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #437065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437065 is #BC8F9A. Grayscale: #616161. Windows color (decimal): -12357531 or 6647875. OLE color: 6647875.

HSL color Cylindrical-coordinate representation of color #437065: hue angle of 165.33º 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 #437065 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 112 101 -
CMYK 0.40 0 0.10 0.56
HSL 165.33º 0.25% 0.35% -
HSV(B) 165.33º 0.4% 0.44% -
XYZ 10.46 13.72 14.41 -
YUV 97.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 67 112 101 0.40 0 0.10 0.56 165.33 0.25 0.35
Hex 43 70 65 28 0 A 38 A5 19 23
Octal 103 160 145 50 0 12 70 245 31 43
Binary 1000011 1110000 1100101 101000 0 1010 111000 10100101 11001 100011

Color Harmonies of #437065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437065

Black with #437065

Text Example


Text Example

White with #437065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437065; }

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

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

background-color css

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

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

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

border-color css

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

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

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