Html Css Color HEX #409675 Viridian

📋 copy color: '#409675'

red 64 ◦ green 150 ◦ blue 117

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

Shades of Viridian #409675

Tints of Viridian #409675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 19.34%
G = 45.32%
B = 35.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#409675 (or 0x409675) is known color: Viridian. HEX triplet: 40, 96 and 75. RGB value is (64,150,117). Sum of RGB (Red+Green+Blue) = 64+150+117=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #409675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409675 is #BF698A. Grayscale: #787878. Windows color (decimal): -12544395 or 7706176. OLE color: 7706176.

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

Color convert

RGB 64 150 117 -
CMYK 0.57 0 0.22 0.41
HSL 156.98º 0.4% 0.42% -
HSV(B) 156.98º 0.57% 0.59% -
XYZ 16.23 24.19 20.64 -
YUV 120.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 64 150 117 0.57 0 0.22 0.41 156.98 0.4 0.42
Hex 40 96 75 39 0 16 29 9D 28 2A
Octal 100 226 165 71 0 26 51 235 50 52
Binary 1000000 10010110 1110101 111001 0 10110 101001 10011101 101000 101010

Color Harmonies of #409675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409675

Black with #409675

Text Example


Text Example

White with #409675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409675; }

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

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

background-color css

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

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

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

border-color css

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

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

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