Html Css Color HEX #407268 Dark Green Copper

📋 copy color: '#407268'

red 64 ◦ green 114 ◦ blue 104

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

Shades of Dark Green Copper #407268

Tints of Dark Green Copper #407268

RGB

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

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

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

R = 22.7%
G = 40.43%
B = 36.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#407268 (or 0x407268) is known color: Dark Green Copper. HEX triplet: 40, 72 and 68. RGB value is (64,114,104). Sum of RGB (Red+Green+Blue) = 64+114+104=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #407268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407268 is #BF8D97. Grayscale: #616161. Windows color (decimal): -12553624 or 6844992. OLE color: 6844992.

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

Color convert

RGB 64 114 104 -
CMYK 0.44 0 0.09 0.55
HSL 168º 0.28% 0.35% -
HSV(B) 168º 0.44% 0.45% -
XYZ 10.63 14.12 15.26 -
YUV 97.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 64 114 104 0.44 0 0.09 0.55 168 0.28 0.35
Hex 40 72 68 2C 0 9 37 A8 1C 23
Octal 100 162 150 54 0 11 67 250 34 43
Binary 1000000 1110010 1101000 101100 0 1001 110111 10101000 11100 100011

Color Harmonies of #407268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407268

Black with #407268

Text Example


Text Example

White with #407268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407268; }

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

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

background-color css

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

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

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

border-color css

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

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

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