Html Css Color HEX #407B74 Dark Green Copper

📋 copy color: '#407B74'

red 64 ◦ green 123 ◦ blue 116

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

Shades of Dark Green Copper #407B74

Tints of Dark Green Copper #407B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 21.12%
G = 40.59%
B = 38.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#407B74 (or 0x407B74) is known color: Dark Green Copper. HEX triplet: 40, 7B and 74. RGB value is (64,123,116). Sum of RGB (Red+Green+Blue) = 64+123+116=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #407B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B74 is #BF848B. Grayscale: #686868. Windows color (decimal): -12551308 or 7633728. OLE color: 7633728.

HSL color Cylindrical-coordinate representation of color #407B74: hue angle of 172.88º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B74 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 116 -
CMYK 0.48 0 0.06 0.52
HSL 172.88º 0.32% 0.37% -
HSV(B) 172.88º 0.48% 0.48% -
XYZ 12.35 16.52 19.06 -
YUV 104.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 64 123 116 0.48 0 0.06 0.52 172.88 0.32 0.37
Hex 40 7B 74 30 0 6 34 AD 20 25
Octal 100 173 164 60 0 6 64 255 40 45
Binary 1000000 1111011 1110100 110000 0 110 110100 10101101 100000 100101

Color Harmonies of #407B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B74

Black with #407B74

Text Example


Text Example

White with #407B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,123,116); }

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

background-color css

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

 a { background-color: rgb(64,123,116); }

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

border-color css

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

 span { border-color: rgb(64,123,116); }

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