Html Css Color HEX #407262 Viridian

📋 copy color: '#407262'

red 64 ◦ green 114 ◦ blue 98

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

Shades of Viridian #407262

Tints of Viridian #407262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 23.19%
G = 41.3%
B = 35.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#407262 (or 0x407262) is known color: Viridian. HEX triplet: 40, 72 and 62. RGB value is (64,114,98). Sum of RGB (Red+Green+Blue) = 64+114+98=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #407262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407262 is #BF8D9D. Grayscale: #616161. Windows color (decimal): -12553630 or 6451776. OLE color: 6451776.

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

Color convert

RGB 64 114 98 -
CMYK 0.44 0 0.14 0.55
HSL 160.8º 0.28% 0.35% -
HSV(B) 160.8º 0.44% 0.45% -
XYZ 10.34 14.01 13.71 -
YUV 97.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 64 114 98 0.44 0 0.14 0.55 160.8 0.28 0.35
Hex 40 72 62 2C 0 E 37 A1 1C 23
Octal 100 162 142 54 0 16 67 241 34 43
Binary 1000000 1110010 1100010 101100 0 1110 110111 10100001 11100 100011

Color Harmonies of #407262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407262

Black with #407262

Text Example


Text Example

White with #407262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407262; }

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

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

background-color css

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

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

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

border-color css

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

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

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