Html Css Color HEX #408664 Viridian

📋 copy color: '#408664'

red 64 ◦ green 134 ◦ blue 100

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

Shades of Viridian #408664

Tints of Viridian #408664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

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

R = 21.48%
G = 44.97%
B = 33.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#408664 (or 0x408664) is known color: Viridian. HEX triplet: 40, 86 and 64. RGB value is (64,134,100). Sum of RGB (Red+Green+Blue) = 64+134+100=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #408664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408664 is #BF799B. Grayscale: #6D6D6D. Windows color (decimal): -12548508 or 6587968. OLE color: 6587968.

HSL color Cylindrical-coordinate representation of color #408664: hue angle of 150.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408664 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 100 -
CMYK 0.52 0 0.25 0.47
HSL 150.86º 0.35% 0.39% -
HSV(B) 150.86º 0.52% 0.53% -
XYZ 12.94 19.06 15.05 -
YUV 109.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 64 134 100 0.52 0 0.25 0.47 150.86 0.35 0.39
Hex 40 86 64 34 0 19 2F 97 23 27
Octal 100 206 144 64 0 31 57 227 43 47
Binary 1000000 10000110 1100100 110100 0 11001 101111 10010111 100011 100111

Color Harmonies of #408664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408664

Black with #408664

Text Example


Text Example

White with #408664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408664; }

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

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

background-color css

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

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

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

border-color css

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

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

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