Html Css Color HEX #407462 Viridian

📋 copy color: '#407462'

red 64 ◦ green 116 ◦ blue 98

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

Shades of Viridian #407462

Tints of Viridian #407462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 23.02%
G = 41.73%
B = 35.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#407462 (or 0x407462) is known color: Viridian. HEX triplet: 40, 74 and 62. RGB value is (64,116,98). Sum of RGB (Red+Green+Blue) = 64+116+98=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #407462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407462 is #BF8B9D. Grayscale: #626262. Windows color (decimal): -12553118 or 6452288. OLE color: 6452288.

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

Color convert

RGB 64 116 98 -
CMYK 0.45 0 0.16 0.55
HSL 159.23º 0.29% 0.35% -
HSV(B) 159.23º 0.45% 0.45% -
XYZ 10.56 14.46 13.79 -
YUV 98.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 64 116 98 0.45 0 0.16 0.55 159.23 0.29 0.35
Hex 40 74 62 2D 0 10 37 9F 1D 23
Octal 100 164 142 55 0 20 67 237 35 43
Binary 1000000 1110100 1100010 101101 0 10000 110111 10011111 11101 100011

Color Harmonies of #407462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407462

Black with #407462

Text Example


Text Example

White with #407462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407462; }

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

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

background-color css

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

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

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

border-color css

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

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

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