Html Css Color HEX #409472 Viridian

📋 copy color: '#409472'

red 64 ◦ green 148 ◦ blue 114

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

Shades of Viridian #409472

Tints of Viridian #409472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 19.63%
G = 45.4%
B = 34.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#409472 (or 0x409472) is known color: Viridian. HEX triplet: 40, 94 and 72. RGB value is (64,148,114). Sum of RGB (Red+Green+Blue) = 64+148+114=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #409472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409472 is #BF6B8D. Grayscale: #777777. Windows color (decimal): -12544910 or 7509056. OLE color: 7509056.

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

Color convert

RGB 64 148 114 -
CMYK 0.57 0 0.23 0.42
HSL 155.71º 0.4% 0.42% -
HSV(B) 155.71º 0.57% 0.58% -
XYZ 15.74 23.48 19.62 -
YUV 119.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 64 148 114 0.57 0 0.23 0.42 155.71 0.4 0.42
Hex 40 94 72 39 0 17 2A 9C 28 2A
Octal 100 224 162 71 0 27 52 234 50 52
Binary 1000000 10010100 1110010 111001 0 10111 101010 10011100 101000 101010

Color Harmonies of #409472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409472

Black with #409472

Text Example


Text Example

White with #409472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409472; }

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

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

background-color css

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

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

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

border-color css

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

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

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