Html Css Color HEX #407264 Dark Green Copper

📋 copy color: '#407264'

red 64 ◦ green 114 ◦ blue 100

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

Shades of Dark Green Copper #407264

Tints of Dark Green Copper #407264

RGB

 RED value IS 64 (25.39% from 255) = 23.02%

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 100 (39.45% from 255) = 35.97%

R = 23.02%
G = 41.01%
B = 35.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#407264 (or 0x407264) is known color: Dark Green Copper. HEX triplet: 40, 72 and 64. RGB value is (64,114,100). Sum of RGB (Red+Green+Blue) = 64+114+100=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #407264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407264 is #BF8D9B. Grayscale: #616161. Windows color (decimal): -12553628 or 6582848. OLE color: 6582848.

HSL color Cylindrical-coordinate representation of color #407264: hue angle of 163.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407264 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 100 -
CMYK 0.44 0 0.12 0.55
HSL 163.2º 0.28% 0.35% -
HSV(B) 163.2º 0.44% 0.45% -
XYZ 10.43 14.04 14.22 -
YUV 97.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 64 114 100 0.44 0 0.12 0.55 163.2 0.28 0.35
Hex 40 72 64 2C 0 C 37 A3 1C 23
Octal 100 162 144 54 0 14 67 243 34 43
Binary 1000000 1110010 1100100 101100 0 1100 110111 10100011 11100 100011

Color Harmonies of #407264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407264

Black with #407264

Text Example


Text Example

White with #407264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407264; }

 p { color: rgb(64,114,100); }

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

background-color css

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

 a { background-color: rgb(64,114,100); }

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

border-color css

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

 span { border-color: rgb(64,114,100); }

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