Html Css Color HEX #408667 Viridian

📋 copy color: '#408667'

red 64 ◦ green 134 ◦ blue 103

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

Shades of Viridian #408667

Tints of Viridian #408667

RGB

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

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

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

R = 21.26%
G = 44.52%
B = 34.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#408667 (or 0x408667) is known color: Viridian. HEX triplet: 40, 86 and 67. RGB value is (64,134,103). Sum of RGB (Red+Green+Blue) = 64+134+103=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #408667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408667 is #BF7998. Grayscale: #6D6D6D. Windows color (decimal): -12548505 or 6784576. OLE color: 6784576.

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

Color convert

RGB 64 134 103 -
CMYK 0.52 0 0.23 0.47
HSL 153.43º 0.35% 0.39% -
HSV(B) 153.43º 0.52% 0.53% -
XYZ 13.09 19.12 15.83 -
YUV 109.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 64 134 103 0.52 0 0.23 0.47 153.43 0.35 0.39
Hex 40 86 67 34 0 17 2F 99 23 27
Octal 100 206 147 64 0 27 57 231 43 47
Binary 1000000 10000110 1100111 110100 0 10111 101111 10011001 100011 100111

Color Harmonies of #408667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408667

Black with #408667

Text Example


Text Example

White with #408667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408667; }

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

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

background-color css

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

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

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

border-color css

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

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

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