Html Css Color HEX #407862 Viridian

📋 copy color: '#407862'

red 64 ◦ green 120 ◦ blue 98

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

Shades of Viridian #407862

Tints of Viridian #407862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 22.7%
G = 42.55%
B = 34.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#407862 (or 0x407862) is known color: Viridian. HEX triplet: 40, 78 and 62. RGB value is (64,120,98). Sum of RGB (Red+Green+Blue) = 64+120+98=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #407862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407862 is #BF879D. Grayscale: #646464. Windows color (decimal): -12552094 or 6453312. OLE color: 6453312.

HSL color Cylindrical-coordinate representation of color #407862: hue angle of 156.43º 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 #407862 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 98 -
CMYK 0.47 0 0.18 0.53
HSL 156.43º 0.3% 0.36% -
HSV(B) 156.43º 0.47% 0.47% -
XYZ 11.04 15.4 13.95 -
YUV 100.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 64 120 98 0.47 0 0.18 0.53 156.43 0.3 0.36
Hex 40 78 62 2F 0 12 35 9C 1E 24
Octal 100 170 142 57 0 22 65 234 36 44
Binary 1000000 1111000 1100010 101111 0 10010 110101 10011100 11110 100100

Color Harmonies of #407862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407862

Black with #407862

Text Example


Text Example

White with #407862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407862; }

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

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

background-color css

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

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

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

border-color css

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

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

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