Html Css Color HEX #407B63 Viridian

📋 copy color: '#407B63'

red 64 ◦ green 123 ◦ blue 99

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

Shades of Viridian #407B63

Tints of Viridian #407B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.01%

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

R = 22.38%
G = 43.01%
B = 34.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#407B63 (or 0x407B63) is known color: Viridian. HEX triplet: 40, 7B and 63. RGB value is (64,123,99). Sum of RGB (Red+Green+Blue) = 64+123+99=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #407B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B63 is #BF849C. Grayscale: #666666. Windows color (decimal): -12551325 or 6519616. OLE color: 6519616.

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

Color convert

RGB 64 123 99 -
CMYK 0.48 0 0.20 0.52
HSL 155.59º 0.32% 0.37% -
HSV(B) 155.59º 0.48% 0.48% -
XYZ 11.45 16.16 14.32 -
YUV 102.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 64 123 99 0.48 0 0.20 0.52 155.59 0.32 0.37
Hex 40 7B 63 30 0 14 34 9C 20 25
Octal 100 173 143 60 0 24 64 234 40 45
Binary 1000000 1111011 1100011 110000 0 10100 110100 10011100 100000 100101

Color Harmonies of #407B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B63

Black with #407B63

Text Example


Text Example

White with #407B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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