Html Css Color HEX #409277 Viridian

📋 copy color: '#409277'

red 64 ◦ green 146 ◦ blue 119

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

Shades of Viridian #409277

Tints of Viridian #409277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 19.45%
G = 44.38%
B = 36.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#409277 (or 0x409277) is known color: Viridian. HEX triplet: 40, 92 and 77. RGB value is (64,146,119). Sum of RGB (Red+Green+Blue) = 64+146+119=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #409277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409277 is #BF6D88. Grayscale: #767676. Windows color (decimal): -12545417 or 7836224. OLE color: 7836224.

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

Color convert

RGB 64 146 119 -
CMYK 0.56 0 0.18 0.43
HSL 160.24º 0.39% 0.41% -
HSV(B) 160.24º 0.56% 0.57% -
XYZ 15.72 22.98 21.06 -
YUV 118.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 64 146 119 0.56 0 0.18 0.43 160.24 0.39 0.41
Hex 40 92 77 38 0 12 2B A0 27 29
Octal 100 222 167 70 0 22 53 240 47 51
Binary 1000000 10010010 1110111 111000 0 10010 101011 10100000 100111 101001

Color Harmonies of #409277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409277

Black with #409277

Text Example


Text Example

White with #409277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409277; }

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

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

background-color css

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

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

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

border-color css

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

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

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