Html Css Color HEX #407269 Dark Green Copper

📋 copy color: '#407269'

red 64 ◦ green 114 ◦ blue 105

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

Shades of Dark Green Copper #407269

Tints of Dark Green Copper #407269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 22.61%
G = 40.28%
B = 37.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#407269 (or 0x407269) is known color: Dark Green Copper. HEX triplet: 40, 72 and 69. RGB value is (64,114,105). Sum of RGB (Red+Green+Blue) = 64+114+105=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #407269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407269 is #BF8D96. Grayscale: #626262. Windows color (decimal): -12553623 or 6910528. OLE color: 6910528.

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

Color convert

RGB 64 114 105 -
CMYK 0.44 0 0.08 0.55
HSL 169.2º 0.28% 0.35% -
HSV(B) 169.2º 0.44% 0.45% -
XYZ 10.68 14.14 15.53 -
YUV 98.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 64 114 105 0.44 0 0.08 0.55 169.2 0.28 0.35
Hex 40 72 69 2C 0 8 37 A9 1C 23
Octal 100 162 151 54 0 10 67 251 34 43
Binary 1000000 1110010 1101001 101100 0 1000 110111 10101001 11100 100011

Color Harmonies of #407269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407269

Black with #407269

Text Example


Text Example

White with #407269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407269; }

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

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

background-color css

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

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

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

border-color css

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

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

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