Html Css Color HEX #407761 Viridian

📋 copy color: '#407761'

red 64 ◦ green 119 ◦ blue 97

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

Shades of Viridian #407761

Tints of Viridian #407761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.5%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 22.86%
G = 42.5%
B = 34.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#407761 (or 0x407761) is known color: Viridian. HEX triplet: 40, 77 and 61. RGB value is (64,119,97). Sum of RGB (Red+Green+Blue) = 64+119+97=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #407761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407761 is #BF889E. Grayscale: #646464. Windows color (decimal): -12552351 or 6387520. OLE color: 6387520.

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

Color convert

RGB 64 119 97 -
CMYK 0.46 0 0.18 0.53
HSL 156º 0.3% 0.36% -
HSV(B) 156º 0.46% 0.47% -
XYZ 10.87 15.15 13.66 -
YUV 100.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 64 119 97 0.46 0 0.18 0.53 156 0.3 0.36
Hex 40 77 61 2E 0 12 35 9C 1E 24
Octal 100 167 141 56 0 22 65 234 36 44
Binary 1000000 1110111 1100001 101110 0 10010 110101 10011100 11110 100100

Color Harmonies of #407761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407761

Black with #407761

Text Example


Text Example

White with #407761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407761; }

 p { color: rgb(64,119,97); }

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

background-color css

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

 a { background-color: rgb(64,119,97); }

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

border-color css

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

 span { border-color: rgb(64,119,97); }

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