Html Css Color HEX #407B64 Viridian

📋 copy color: '#407B64'

red 64 ◦ green 123 ◦ blue 100

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

Shades of Viridian #407B64

Tints of Viridian #407B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 22.3%
G = 42.86%
B = 34.84%

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

#407B64 (or 0x407B64) is known color: Viridian. HEX triplet: 40, 7B and 64. RGB value is (64,123,100). Sum of RGB (Red+Green+Blue) = 64+123+100=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #407B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B64 is #BF849B. Grayscale: #666666. Windows color (decimal): -12551324 or 6585152. OLE color: 6585152.

HSL color Cylindrical-coordinate representation of color #407B64: hue angle of 156.61º 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 #407B64 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 100 -
CMYK 0.48 0 0.19 0.52
HSL 156.61º 0.32% 0.37% -
HSV(B) 156.61º 0.48% 0.48% -
XYZ 11.5 16.18 14.57 -
YUV 102.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 64 123 100 0.48 0 0.19 0.52 156.61 0.32 0.37
Hex 40 7B 64 30 0 13 34 9D 20 25
Octal 100 173 144 60 0 23 64 235 40 45
Binary 1000000 1111011 1100100 110000 0 10011 110100 10011101 100000 100101

Color Harmonies of #407B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B64

Black with #407B64

Text Example


Text Example

White with #407B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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