Html Css Color HEX #409670 Viridian

📋 copy color: '#409670'

red 64 ◦ green 150 ◦ blue 112

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

Shades of Viridian #409670

Tints of Viridian #409670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.01%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 19.63%
G = 46.01%
B = 34.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#409670 (or 0x409670) is known color: Viridian. HEX triplet: 40, 96 and 70. RGB value is (64,150,112). Sum of RGB (Red+Green+Blue) = 64+150+112=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #409670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409670 is #BF698F. Grayscale: #787878. Windows color (decimal): -12544400 or 7378496. OLE color: 7378496.

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

Color convert

RGB 64 150 112 -
CMYK 0.57 0 0.25 0.41
HSL 153.49º 0.4% 0.42% -
HSV(B) 153.49º 0.57% 0.59% -
XYZ 15.95 24.07 19.14 -
YUV 119.95 123.51 88.09 -
System Red Green Blue C M Y K H S L
Decimal 64 150 112 0.57 0 0.25 0.41 153.49 0.4 0.42
Hex 40 96 70 39 0 19 29 99 28 2A
Octal 100 226 160 71 0 31 51 231 50 52
Binary 1000000 10010110 1110000 111001 0 11001 101001 10011001 101000 101010

Color Harmonies of #409670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409670

Black with #409670

Text Example


Text Example

White with #409670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409670; }

 p { color: rgb(64,150,112); }

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

background-color css

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

 a { background-color: rgb(64,150,112); }

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

border-color css

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

 span { border-color: rgb(64,150,112); }

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