Html Css Color HEX #409275 Viridian

📋 copy color: '#409275'

red 64 ◦ green 146 ◦ blue 117

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

Shades of Viridian #409275

Tints of Viridian #409275

RGB

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

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

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

R = 19.57%
G = 44.65%
B = 35.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#409275 (or 0x409275) is known color: Viridian. HEX triplet: 40, 92 and 75. RGB value is (64,146,117). Sum of RGB (Red+Green+Blue) = 64+146+117=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #409275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409275 is #BF6D8A. Grayscale: #767676. Windows color (decimal): -12545419 or 7705152. OLE color: 7705152.

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

Color convert

RGB 64 146 117 -
CMYK 0.56 0 0.20 0.43
HSL 158.78º 0.39% 0.41% -
HSV(B) 158.78º 0.56% 0.57% -
XYZ 15.6 22.93 20.43 -
YUV 118.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 64 146 117 0.56 0 0.20 0.43 158.78 0.39 0.41
Hex 40 92 75 38 0 14 2B 9F 27 29
Octal 100 222 165 70 0 24 53 237 47 51
Binary 1000000 10010010 1110101 111000 0 10100 101011 10011111 100111 101001

Color Harmonies of #409275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409275

Black with #409275

Text Example


Text Example

White with #409275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409275; }

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

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

background-color css

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

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

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

border-color css

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

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

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