Html Css Color HEX #408467 Viridian

📋 copy color: '#408467'

red 64 ◦ green 132 ◦ blue 103

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

Shades of Viridian #408467

Tints of Viridian #408467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 21.4%
G = 44.15%
B = 34.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#408467 (or 0x408467) is known color: Viridian. HEX triplet: 40, 84 and 67. RGB value is (64,132,103). Sum of RGB (Red+Green+Blue) = 64+132+103=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #408467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408467 is #BF7B98. Grayscale: #6C6C6C. Windows color (decimal): -12549017 or 6784064. OLE color: 6784064.

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

Color convert

RGB 64 132 103 -
CMYK 0.52 0 0.22 0.48
HSL 154.41º 0.35% 0.38% -
HSV(B) 154.41º 0.52% 0.52% -
XYZ 12.81 18.57 15.74 -
YUV 108.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 64 132 103 0.52 0 0.22 0.48 154.41 0.35 0.38
Hex 40 84 67 34 0 16 30 9A 23 26
Octal 100 204 147 64 0 26 60 232 43 46
Binary 1000000 10000100 1100111 110100 0 10110 110000 10011010 100011 100110

Color Harmonies of #408467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408467

Black with #408467

Text Example


Text Example

White with #408467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408467; }

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

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

background-color css

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

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

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

border-color css

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

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

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