Html Css Color HEX #408474 Viridian

📋 copy color: '#408474'

red 64 ◦ green 132 ◦ blue 116

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

Shades of Viridian #408474

Tints of Viridian #408474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 20.51%
G = 42.31%
B = 37.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#408474 (or 0x408474) is known color: Viridian. HEX triplet: 40, 84 and 74. RGB value is (64,132,116). Sum of RGB (Red+Green+Blue) = 64+132+116=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #408474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408474 is #BF7B8B. Grayscale: #6D6D6D. Windows color (decimal): -12549004 or 7636032. OLE color: 7636032.

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

Color convert

RGB 64 132 116 -
CMYK 0.52 0 0.12 0.48
HSL 165.88º 0.35% 0.38% -
HSV(B) 165.88º 0.52% 0.52% -
XYZ 13.52 18.85 19.45 -
YUV 109.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 64 132 116 0.52 0 0.12 0.48 165.88 0.35 0.38
Hex 40 84 74 34 0 C 30 A6 23 26
Octal 100 204 164 64 0 14 60 246 43 46
Binary 1000000 10000100 1110100 110100 0 1100 110000 10100110 100011 100110

Color Harmonies of #408474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408474

Black with #408474

Text Example


Text Example

White with #408474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408474; }

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

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

background-color css

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

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

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

border-color css

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

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

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