Html Css Color HEX #407660 Viridian

📋 copy color: '#407660'

red 64 ◦ green 118 ◦ blue 96

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

Shades of Viridian #407660

Tints of Viridian #407660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.45%

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

R = 23.02%
G = 42.45%
B = 34.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#407660 (or 0x407660) is known color: Viridian. HEX triplet: 40, 76 and 60. RGB value is (64,118,96). Sum of RGB (Red+Green+Blue) = 64+118+96=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #407660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407660 is #BF899F. Grayscale: #636363. Windows color (decimal): -12552608 or 6321728. OLE color: 6321728.

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

Color convert

RGB 64 118 96 -
CMYK 0.46 0 0.19 0.54
HSL 155.56º 0.3% 0.36% -
HSV(B) 155.56º 0.46% 0.46% -
XYZ 10.7 14.89 13.38 -
YUV 99.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 64 118 96 0.46 0 0.19 0.54 155.56 0.3 0.36
Hex 40 76 60 2E 0 13 36 9C 1E 24
Octal 100 166 140 56 0 23 66 234 36 44
Binary 1000000 1110110 1100000 101110 0 10011 110110 10011100 11110 100100

Color Harmonies of #407660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407660

Black with #407660

Text Example


Text Example

White with #407660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407660; }

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

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

background-color css

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

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

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

border-color css

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

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

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