Html Css Color HEX #437465 Dark Green Copper

📋 copy color: '#437465'

red 67 ◦ green 116 ◦ blue 101

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

Shades of Dark Green Copper #437465

Tints of Dark Green Copper #437465

RGB

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

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

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

R = 23.59%
G = 40.85%
B = 35.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#437465 (or 0x437465) is known color: Dark Green Copper. HEX triplet: 43, 74 and 65. RGB value is (67,116,101). Sum of RGB (Red+Green+Blue) = 67+116+101=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #437465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437465 is #BC8B9A. Grayscale: #636363. Windows color (decimal): -12356507 or 6648899. OLE color: 6648899.

HSL color Cylindrical-coordinate representation of color #437465: hue angle of 161.63º 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 #437465 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 116 101 -
CMYK 0.42 0 0.13 0.55
HSL 161.63º 0.27% 0.36% -
HSV(B) 161.63º 0.42% 0.45% -
XYZ 10.91 14.62 14.56 -
YUV 99.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 67 116 101 0.42 0 0.13 0.55 161.63 0.27 0.36
Hex 43 74 65 2A 0 D 37 A2 1B 24
Octal 103 164 145 52 0 15 67 242 33 44
Binary 1000011 1110100 1100101 101010 0 1101 110111 10100010 11011 100100

Color Harmonies of #437465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437465

Black with #437465

Text Example


Text Example

White with #437465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437465; }

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

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

background-color css

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

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

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

border-color css

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

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

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