Html Css Color HEX #407865 Viridian

📋 copy color: '#407865'

red 64 ◦ green 120 ◦ blue 101

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

Shades of Viridian #407865

Tints of Viridian #407865

RGB

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

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

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

R = 22.46%
G = 42.11%
B = 35.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#407865 (or 0x407865) is known color: Viridian. HEX triplet: 40, 78 and 65. RGB value is (64,120,101). Sum of RGB (Red+Green+Blue) = 64+120+101=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #407865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407865 is #BF879A. Grayscale: #656565. Windows color (decimal): -12552091 or 6649920. OLE color: 6649920.

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

Color convert

RGB 64 120 101 -
CMYK 0.47 0 0.16 0.53
HSL 159.64º 0.3% 0.36% -
HSV(B) 159.64º 0.47% 0.47% -
XYZ 11.18 15.46 14.71 -
YUV 101.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 64 120 101 0.47 0 0.16 0.53 159.64 0.3 0.36
Hex 40 78 65 2F 0 10 35 A0 1E 24
Octal 100 170 145 57 0 20 65 240 36 44
Binary 1000000 1111000 1100101 101111 0 10000 110101 10100000 11110 100100

Color Harmonies of #407865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407865

Black with #407865

Text Example


Text Example

White with #407865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407865; }

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

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

background-color css

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

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

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

border-color css

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

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

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