Html Css Color HEX #407C65 Viridian

📋 copy color: '#407C65'

red 64 ◦ green 124 ◦ blue 101

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

Shades of Viridian #407C65

Tints of Viridian #407C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.91%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 22.15%
G = 42.91%
B = 34.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#407C65 (or 0x407C65) is known color: Viridian. HEX triplet: 40, 7C and 65. RGB value is (64,124,101). Sum of RGB (Red+Green+Blue) = 64+124+101=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #407C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C65 is #BF839A. Grayscale: #676767. Windows color (decimal): -12551067 or 6650944. OLE color: 6650944.

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

Color convert

RGB 64 124 101 -
CMYK 0.48 0 0.19 0.51
HSL 157º 0.32% 0.37% -
HSV(B) 157º 0.48% 0.49% -
XYZ 11.67 16.44 14.87 -
YUV 103.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 64 124 101 0.48 0 0.19 0.51 157 0.32 0.37
Hex 40 7C 65 30 0 13 33 9D 20 25
Octal 100 174 145 60 0 23 63 235 40 45
Binary 1000000 1111100 1100101 110000 0 10011 110011 10011101 100000 100101

Color Harmonies of #407C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C65

Black with #407C65

Text Example


Text Example

White with #407C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,124,101); }

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

background-color css

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

 a { background-color: rgb(64,124,101); }

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

border-color css

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

 span { border-color: rgb(64,124,101); }

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