Html Css Color HEX #437468 Dark Green Copper

📋 copy color: '#437468'

red 67 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #437468

Tints of Dark Green Copper #437468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 23.34%
G = 40.42%
B = 36.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#437468 (or 0x437468) is known color: Dark Green Copper. HEX triplet: 43, 74 and 68. RGB value is (67,116,104). Sum of RGB (Red+Green+Blue) = 67+116+104=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #437468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437468 is #BC8B97. Grayscale: #636363. Windows color (decimal): -12356504 or 6845507. OLE color: 6845507.

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

Color convert

RGB 67 116 104 -
CMYK 0.42 0 0.10 0.55
HSL 165.31º 0.27% 0.36% -
HSV(B) 165.31º 0.42% 0.45% -
XYZ 11.06 14.68 15.35 -
YUV 99.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 67 116 104 0.42 0 0.10 0.55 165.31 0.27 0.36
Hex 43 74 68 2A 0 A 37 A5 1B 24
Octal 103 164 150 52 0 12 67 245 33 44
Binary 1000011 1110100 1101000 101010 0 1010 110111 10100101 11011 100100

Color Harmonies of #437468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437468

Black with #437468

Text Example


Text Example

White with #437468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437468; }

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

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

background-color css

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

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

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

border-color css

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

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

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