Html Css Color HEX #408B67 Viridian

📋 copy color: '#408B67'

red 64 ◦ green 139 ◦ blue 103

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

Shades of Viridian #408B67

Tints of Viridian #408B67

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.42%

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

R = 20.92%
G = 45.42%
B = 33.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#408B67 (or 0x408B67) is known color: Viridian. HEX triplet: 40, 8B and 67. RGB value is (64,139,103). Sum of RGB (Red+Green+Blue) = 64+139+103=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #408B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B67 is #BF7498. Grayscale: #707070. Windows color (decimal): -12547225 or 6785856. OLE color: 6785856.

HSL color Cylindrical-coordinate representation of color #408B67: hue angle of 151.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B67 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 103 -
CMYK 0.54 0 0.26 0.45
HSL 151.2º 0.37% 0.4% -
HSV(B) 151.2º 0.54% 0.55% -
XYZ 13.8 20.53 16.07 -
YUV 112.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 64 139 103 0.54 0 0.26 0.45 151.2 0.37 0.4
Hex 40 8B 67 36 0 1A 2D 97 25 28
Octal 100 213 147 66 0 32 55 227 45 50
Binary 1000000 10001011 1100111 110110 0 11010 101101 10010111 100101 101000

Color Harmonies of #408B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B67

Black with #408B67

Text Example


Text Example

White with #408B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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