Html Css Color HEX #408278 Viridian

📋 copy color: '#408278'

red 64 ◦ green 130 ◦ blue 120

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

Shades of Viridian #408278

Tints of Viridian #408278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 20.38%
G = 41.4%
B = 38.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#408278 (or 0x408278) is known color: Viridian. HEX triplet: 40, 82 and 78. RGB value is (64,130,120). Sum of RGB (Red+Green+Blue) = 64+130+120=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #408278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408278 is #BF7D87. Grayscale: #6D6D6D. Windows color (decimal): -12549512 or 7897664. OLE color: 7897664.

HSL color Cylindrical-coordinate representation of color #408278: hue angle of 170.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408278 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 120 -
CMYK 0.51 0 0.08 0.49
HSL 170.91º 0.34% 0.38% -
HSV(B) 170.91º 0.51% 0.51% -
XYZ 13.49 18.41 20.61 -
YUV 109.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 64 130 120 0.51 0 0.08 0.49 170.91 0.34 0.38
Hex 40 82 78 33 0 8 31 AB 22 26
Octal 100 202 170 63 0 10 61 253 42 46
Binary 1000000 10000010 1111000 110011 0 1000 110001 10101011 100010 100110

Color Harmonies of #408278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408278

Black with #408278

Text Example


Text Example

White with #408278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408278; }

 p { color: rgb(64,130,120); }

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

background-color css

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

 a { background-color: rgb(64,130,120); }

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

border-color css

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

 span { border-color: rgb(64,130,120); }

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