Html Css Color HEX #407864 Viridian

📋 copy color: '#407864'

red 64 ◦ green 120 ◦ blue 100

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

Shades of Viridian #407864

Tints of Viridian #407864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 22.54%
G = 42.25%
B = 35.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#407864 (or 0x407864) is known color: Viridian. HEX triplet: 40, 78 and 64. RGB value is (64,120,100). Sum of RGB (Red+Green+Blue) = 64+120+100=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #407864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407864 is #BF879B. Grayscale: #656565. Windows color (decimal): -12552092 or 6584384. OLE color: 6584384.

HSL color Cylindrical-coordinate representation of color #407864: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407864 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 100 -
CMYK 0.47 0 0.17 0.53
HSL 158.57º 0.3% 0.36% -
HSV(B) 158.57º 0.47% 0.47% -
XYZ 11.13 15.44 14.45 -
YUV 100.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 64 120 100 0.47 0 0.17 0.53 158.57 0.3 0.36
Hex 40 78 64 2F 0 11 35 9F 1E 24
Octal 100 170 144 57 0 21 65 237 36 44
Binary 1000000 1111000 1100100 101111 0 10001 110101 10011111 11110 100100

Color Harmonies of #407864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407864

Black with #407864

Text Example


Text Example

White with #407864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407864; }

 p { color: rgb(64,120,100); }

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

background-color css

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

 a { background-color: rgb(64,120,100); }

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

border-color css

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

 span { border-color: rgb(64,120,100); }

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