Html Css Color HEX #407560 Viridian

📋 copy color: '#407560'

red 64 ◦ green 117 ◦ blue 96

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

Shades of Viridian #407560

Tints of Viridian #407560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 23.1%
G = 42.24%
B = 34.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#407560 (or 0x407560) is known color: Viridian. HEX triplet: 40, 75 and 60. RGB value is (64,117,96). Sum of RGB (Red+Green+Blue) = 64+117+96=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #407560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407560 is #BF8A9F. Grayscale: #626262. Windows color (decimal): -12552864 or 6321472. OLE color: 6321472.

HSL color Cylindrical-coordinate representation of color #407560: hue angle of 156.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407560 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 96 -
CMYK 0.45 0 0.18 0.54
HSL 156.23º 0.29% 0.35% -
HSV(B) 156.23º 0.45% 0.46% -
XYZ 10.59 14.66 13.34 -
YUV 98.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 64 117 96 0.45 0 0.18 0.54 156.23 0.29 0.35
Hex 40 75 60 2D 0 12 36 9C 1D 23
Octal 100 165 140 55 0 22 66 234 35 43
Binary 1000000 1110101 1100000 101101 0 10010 110110 10011100 11101 100011

Color Harmonies of #407560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407560

Black with #407560

Text Example


Text Example

White with #407560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407560; }

 p { color: rgb(64,117,96); }

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

background-color css

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

 a { background-color: rgb(64,117,96); }

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

border-color css

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

 span { border-color: rgb(64,117,96); }

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