Html Css Color HEX #407F75 Dark Green Copper

📋 copy color: '#407F75'

red 64 ◦ green 127 ◦ blue 117

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

Shades of Dark Green Copper #407F75

Tints of Dark Green Copper #407F75

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 20.78%
G = 41.23%
B = 37.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#407F75 (or 0x407F75) is known color: Dark Green Copper. HEX triplet: 40, 7F and 75. RGB value is (64,127,117). Sum of RGB (Red+Green+Blue) = 64+127+117=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #407F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F75 is #BF808A. Grayscale: #6B6B6B. Windows color (decimal): -12550283 or 7700288. OLE color: 7700288.

HSL color Cylindrical-coordinate representation of color #407F75: hue angle of 170.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F75 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 117 -
CMYK 0.50 0 0.08 0.50
HSL 170.48º 0.33% 0.37% -
HSV(B) 170.48º 0.5% 0.5% -
XYZ 12.91 17.55 19.54 -
YUV 107.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 64 127 117 0.50 0 0.08 0.50 170.48 0.33 0.37
Hex 40 7F 75 32 0 8 32 AA 21 25
Octal 100 177 165 62 0 10 62 252 41 45
Binary 1000000 1111111 1110101 110010 0 1000 110010 10101010 100001 100101

Color Harmonies of #407F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F75

Black with #407F75

Text Example


Text Example

White with #407F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407F75; }

 p { color: rgb(64,127,117); }

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

background-color css

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

 a { background-color: rgb(64,127,117); }

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

border-color css

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

 span { border-color: rgb(64,127,117); }

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