Html Css Color HEX #409274 Viridian

📋 copy color: '#409274'

red 64 ◦ green 146 ◦ blue 116

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

Shades of Viridian #409274

Tints of Viridian #409274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 19.63%
G = 44.79%
B = 35.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#409274 (or 0x409274) is known color: Viridian. HEX triplet: 40, 92 and 74. RGB value is (64,146,116). Sum of RGB (Red+Green+Blue) = 64+146+116=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #409274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409274 is #BF6D8B. Grayscale: #767676. Windows color (decimal): -12545420 or 7639616. OLE color: 7639616.

HSL color Cylindrical-coordinate representation of color #409274: hue angle of 158.05º 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 #409274 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 116 -
CMYK 0.56 0 0.21 0.43
HSL 158.05º 0.39% 0.41% -
HSV(B) 158.05º 0.56% 0.57% -
XYZ 15.55 22.91 20.13 -
YUV 118.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 64 146 116 0.56 0 0.21 0.43 158.05 0.39 0.41
Hex 40 92 74 38 0 15 2B 9E 27 29
Octal 100 222 164 70 0 25 53 236 47 51
Binary 1000000 10010010 1110100 111000 0 10101 101011 10011110 100111 101001

Color Harmonies of #409274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409274

Black with #409274

Text Example


Text Example

White with #409274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409274; }

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

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

background-color css

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

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

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

border-color css

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

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

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