Html Css Color HEX #408468 Viridian

📋 copy color: '#408468'

red 64 ◦ green 132 ◦ blue 104

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

Shades of Viridian #408468

Tints of Viridian #408468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 21.33%
G = 44%
B = 34.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#408468 (or 0x408468) is known color: Viridian. HEX triplet: 40, 84 and 68. RGB value is (64,132,104). Sum of RGB (Red+Green+Blue) = 64+132+104=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #408468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408468 is #BF7B97. Grayscale: #6C6C6C. Windows color (decimal): -12549016 or 6849600. OLE color: 6849600.

HSL color Cylindrical-coordinate representation of color #408468: hue angle of 155.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408468 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 104 -
CMYK 0.52 0 0.21 0.48
HSL 155.29º 0.35% 0.38% -
HSV(B) 155.29º 0.52% 0.52% -
XYZ 12.86 18.59 16.01 -
YUV 108.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 64 132 104 0.52 0 0.21 0.48 155.29 0.35 0.38
Hex 40 84 68 34 0 15 30 9B 23 26
Octal 100 204 150 64 0 25 60 233 43 46
Binary 1000000 10000100 1101000 110100 0 10101 110000 10011011 100011 100110

Color Harmonies of #408468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408468

Black with #408468

Text Example


Text Example

White with #408468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408468; }

 p { color: rgb(64,132,104); }

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

background-color css

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

 a { background-color: rgb(64,132,104); }

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

border-color css

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

 span { border-color: rgb(64,132,104); }

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