Html Css Color HEX #409473 Viridian

📋 copy color: '#409473'

red 64 ◦ green 148 ◦ blue 115

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

Shades of Viridian #409473

Tints of Viridian #409473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 19.57%
G = 45.26%
B = 35.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#409473 (or 0x409473) is known color: Viridian. HEX triplet: 40, 94 and 73. RGB value is (64,148,115). Sum of RGB (Red+Green+Blue) = 64+148+115=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #409473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409473 is #BF6B8C. Grayscale: #777777. Windows color (decimal): -12544909 or 7574592. OLE color: 7574592.

HSL color Cylindrical-coordinate representation of color #409473: hue angle of 156.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409473 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 115 -
CMYK 0.57 0 0.22 0.42
HSL 156.43º 0.4% 0.42% -
HSV(B) 156.43º 0.57% 0.58% -
XYZ 15.8 23.51 19.92 -
YUV 119.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 64 148 115 0.57 0 0.22 0.42 156.43 0.4 0.42
Hex 40 94 73 39 0 16 2A 9C 28 2A
Octal 100 224 163 71 0 26 52 234 50 52
Binary 1000000 10010100 1110011 111001 0 10110 101010 10011100 101000 101010

Color Harmonies of #409473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409473

Black with #409473

Text Example


Text Example

White with #409473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409473; }

 p { color: rgb(64,148,115); }

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

background-color css

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

 a { background-color: rgb(64,148,115); }

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

border-color css

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

 span { border-color: rgb(64,148,115); }

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