Html Css Color HEX #409174 Viridian

📋 copy color: '#409174'

red 64 ◦ green 145 ◦ blue 116

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

Shades of Viridian #409174

Tints of Viridian #409174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

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

R = 19.69%
G = 44.62%
B = 35.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#409174 (or 0x409174) is known color: Viridian. HEX triplet: 40, 91 and 74. RGB value is (64,145,116). Sum of RGB (Red+Green+Blue) = 64+145+116=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #409174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409174 is #BF6E8B. Grayscale: #757575. Windows color (decimal): -12545676 or 7639360. OLE color: 7639360.

HSL color Cylindrical-coordinate representation of color #409174: hue angle of 158.52º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409174 is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 116 -
CMYK 0.56 0 0.2 0.43
HSL 158.52º 0.39% 0.41% -
HSV(B) 158.52º 0.56% 0.57% -
XYZ 15.39 22.6 20.07 -
YUV 117.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 64 145 116 0.56 0 0.2 0.43 158.52 0.39 0.41
Hex 40 91 74 38 0 14 2B 9F 27 29
Octal 100 221 164 70 0 24 53 237 47 51
Binary 1000000 10010001 1110100 111000 0 10100 101011 10011111 100111 101001

Color Harmonies of #409174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409174

Black with #409174

Text Example


Text Example

White with #409174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409174; }

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

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

background-color css

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

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

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

border-color css

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

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

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