Html Css Color HEX #407762 Viridian

📋 copy color: '#407762'

red 64 ◦ green 119 ◦ blue 98

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

Shades of Viridian #407762

Tints of Viridian #407762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 22.78%
G = 42.35%
B = 34.88%

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

#407762 (or 0x407762) is known color: Viridian. HEX triplet: 40, 77 and 62. RGB value is (64,119,98). Sum of RGB (Red+Green+Blue) = 64+119+98=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #407762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407762 is #BF889D. Grayscale: #646464. Windows color (decimal): -12552350 or 6453056. OLE color: 6453056.

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

Color convert

RGB 64 119 98 -
CMYK 0.46 0 0.18 0.53
HSL 157.09º 0.3% 0.36% -
HSV(B) 157.09º 0.46% 0.47% -
XYZ 10.92 15.17 13.91 -
YUV 100.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 64 119 98 0.46 0 0.18 0.53 157.09 0.3 0.36
Hex 40 77 62 2E 0 12 35 9D 1E 24
Octal 100 167 142 56 0 22 65 235 36 44
Binary 1000000 1110111 1100010 101110 0 10010 110101 10011101 11110 100100

Color Harmonies of #407762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407762

Black with #407762

Text Example


Text Example

White with #407762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407762; }

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

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

background-color css

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

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

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

border-color css

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

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

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