Html Css Color HEX #407960 Viridian

📋 copy color: '#407960'

red 64 ◦ green 121 ◦ blue 96

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

Shades of Viridian #407960

Tints of Viridian #407960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

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

R = 22.78%
G = 43.06%
B = 34.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#407960 (or 0x407960) is known color: Viridian. HEX triplet: 40, 79 and 60. RGB value is (64,121,96). Sum of RGB (Red+Green+Blue) = 64+121+96=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #407960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407960 is #BF869F. Grayscale: #656565. Windows color (decimal): -12551840 or 6322496. OLE color: 6322496.

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

Color convert

RGB 64 121 96 -
CMYK 0.47 0 0.21 0.53
HSL 153.68º 0.31% 0.36% -
HSV(B) 153.68º 0.47% 0.47% -
XYZ 11.06 15.61 13.5 -
YUV 101.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 64 121 96 0.47 0 0.21 0.53 153.68 0.31 0.36
Hex 40 79 60 2F 0 15 35 9A 1F 24
Octal 100 171 140 57 0 25 65 232 37 44
Binary 1000000 1111001 1100000 101111 0 10101 110101 10011010 11111 100100

Color Harmonies of #407960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407960

Black with #407960

Text Example


Text Example

White with #407960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407960; }

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

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

background-color css

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

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

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

border-color css

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

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

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