Html Css Color HEX #407A63 Viridian

📋 copy color: '#407A63'

red 64 ◦ green 122 ◦ blue 99

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

Shades of Viridian #407A63

Tints of Viridian #407A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.81%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 22.46%
G = 42.81%
B = 34.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#407A63 (or 0x407A63) is known color: Viridian. HEX triplet: 40, 7A and 63. RGB value is (64,122,99). Sum of RGB (Red+Green+Blue) = 64+122+99=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #407A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A63 is #BF859C. Grayscale: #666666. Windows color (decimal): -12551581 or 6519360. OLE color: 6519360.

HSL color Cylindrical-coordinate representation of color #407A63: hue angle of 156.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A63 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 99 -
CMYK 0.48 0 0.19 0.52
HSL 156.21º 0.31% 0.36% -
HSV(B) 156.21º 0.48% 0.48% -
XYZ 11.33 15.91 14.28 -
YUV 102.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 64 122 99 0.48 0 0.19 0.52 156.21 0.31 0.36
Hex 40 7A 63 30 0 13 34 9C 1F 24
Octal 100 172 143 60 0 23 64 234 37 44
Binary 1000000 1111010 1100011 110000 0 10011 110100 10011100 11111 100100

Color Harmonies of #407A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A63

Black with #407A63

Text Example


Text Example

White with #407A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407A63; }

 p { color: rgb(64,122,99); }

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

background-color css

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

 a { background-color: rgb(64,122,99); }

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

border-color css

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

 span { border-color: rgb(64,122,99); }

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