Html Css Color HEX #408F6A Viridian

📋 copy color: '#408F6A'

red 64 ◦ green 143 ◦ blue 106

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

Shades of Viridian #408F6A

Tints of Viridian #408F6A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.69%

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 20.45%
G = 45.69%
B = 33.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#408F6A (or 0x408F6A) is known color: Viridian. HEX triplet: 40, 8F and 6A. RGB value is (64,143,106). Sum of RGB (Red+Green+Blue) = 64+143+106=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #408F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F6A is #BF7095. Grayscale: #737373. Windows color (decimal): -12546198 or 6983488. OLE color: 6983488.

HSL color Cylindrical-coordinate representation of color #408F6A: hue angle of 151.9º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F6A is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 106 -
CMYK 0.55 0 0.26 0.44
HSL 151.9º 0.38% 0.41% -
HSV(B) 151.9º 0.55% 0.56% -
XYZ 14.54 21.78 17.07 -
YUV 115.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 64 143 106 0.55 0 0.26 0.44 151.9 0.38 0.41
Hex 40 8F 6A 37 0 1A 2C 98 26 29
Octal 100 217 152 67 0 32 54 230 46 51
Binary 1000000 10001111 1101010 110111 0 11010 101100 10011000 100110 101001

Color Harmonies of #408F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F6A

Black with #408F6A

Text Example


Text Example

White with #408F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,106); }

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

background-color css

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

 a { background-color: rgb(64,143,106); }

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

border-color css

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

 span { border-color: rgb(64,143,106); }

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