Html Css Color HEX #419277 Viridian

📋 copy color: '#419277'

red 65 ◦ green 146 ◦ blue 119

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

Shades of Viridian #419277

Tints of Viridian #419277

RGB

 RED value IS 65 (25.78% from 255) = 19.7%

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

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

R = 19.7%
G = 44.24%
B = 36.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#419277 (or 0x419277) is known color: Viridian. HEX triplet: 41, 92 and 77. RGB value is (65,146,119). Sum of RGB (Red+Green+Blue) = 65+146+119=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #419277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419277 is #BE6D88. Grayscale: #767676. Windows color (decimal): -12479881 or 7836225. OLE color: 7836225.

HSL color Cylindrical-coordinate representation of color #419277: hue angle of 160º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419277 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 119 -
CMYK 0.55 0 0.18 0.43
HSL 160º 0.38% 0.41% -
HSV(B) 160º 0.55% 0.57% -
XYZ 15.79 23.01 21.06 -
YUV 118.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 65 146 119 0.55 0 0.18 0.43 160 0.38 0.41
Hex 41 92 77 37 0 12 2B A0 26 29
Octal 101 222 167 67 0 22 53 240 46 51
Binary 1000001 10010010 1110111 110111 0 10010 101011 10100000 100110 101001

Color Harmonies of #419277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419277

Black with #419277

Text Example


Text Example

White with #419277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419277; }

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

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

background-color css

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

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

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

border-color css

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

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

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