Html Css Color HEX #409474 Viridian

📋 copy color: '#409474'

red 64 ◦ green 148 ◦ blue 116

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

Shades of Viridian #409474

Tints of Viridian #409474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 19.51%
G = 45.12%
B = 35.37%

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

#409474 (or 0x409474) is known color: Viridian. HEX triplet: 40, 94 and 74. RGB value is (64,148,116). Sum of RGB (Red+Green+Blue) = 64+148+116=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #409474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409474 is #BF6B8B. Grayscale: #777777. Windows color (decimal): -12544908 or 7640128. OLE color: 7640128.

HSL color Cylindrical-coordinate representation of color #409474: hue angle of 157.14º 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 #409474 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 116 -
CMYK 0.57 0 0.22 0.42
HSL 157.14º 0.4% 0.42% -
HSV(B) 157.14º 0.57% 0.58% -
XYZ 15.86 23.53 20.23 -
YUV 119.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 64 148 116 0.57 0 0.22 0.42 157.14 0.4 0.42
Hex 40 94 74 39 0 16 2A 9D 28 2A
Octal 100 224 164 71 0 26 52 235 50 52
Binary 1000000 10010100 1110100 111001 0 10110 101010 10011101 101000 101010

Color Harmonies of #409474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409474

Black with #409474

Text Example


Text Example

White with #409474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409474; }

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

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

background-color css

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

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

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

border-color css

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

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

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