Html Css Color HEX #407C68 Viridian

📋 copy color: '#407C68'

red 64 ◦ green 124 ◦ blue 104

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

Shades of Viridian #407C68

Tints of Viridian #407C68

RGB

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

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

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

R = 21.92%
G = 42.47%
B = 35.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#407C68 (or 0x407C68) is known color: Viridian. HEX triplet: 40, 7C and 68. RGB value is (64,124,104). Sum of RGB (Red+Green+Blue) = 64+124+104=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #407C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C68 is #BF8397. Grayscale: #676767. Windows color (decimal): -12551064 or 6847552. OLE color: 6847552.

HSL color Cylindrical-coordinate representation of color #407C68: hue angle of 160º 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 #407C68 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 124 104 -
CMYK 0.48 0 0.16 0.51
HSL 160º 0.32% 0.37% -
HSV(B) 160º 0.48% 0.49% -
XYZ 11.82 16.5 15.66 -
YUV 103.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 64 124 104 0.48 0 0.16 0.51 160 0.32 0.37
Hex 40 7C 68 30 0 10 33 A0 20 25
Octal 100 174 150 60 0 20 63 240 40 45
Binary 1000000 1111100 1101000 110000 0 10000 110011 10100000 100000 100101

Color Harmonies of #407C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C68

Black with #407C68

Text Example


Text Example

White with #407C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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