Html Css Color HEX #419377 Viridian

📋 copy color: '#419377'

red 65 ◦ green 147 ◦ blue 119

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

Shades of Viridian #419377

Tints of Viridian #419377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 19.64%
G = 44.41%
B = 35.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#419377 (or 0x419377) is known color: Viridian. HEX triplet: 41, 93 and 77. RGB value is (65,147,119). Sum of RGB (Red+Green+Blue) = 65+147+119=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #419377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419377 is #BE6C88. Grayscale: #777777. Windows color (decimal): -12479625 or 7836481. OLE color: 7836481.

HSL color Cylindrical-coordinate representation of color #419377: hue angle of 159.51º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419377 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 119 -
CMYK 0.56 0 0.19 0.42
HSL 159.51º 0.39% 0.42% -
HSV(B) 159.51º 0.56% 0.58% -
XYZ 15.94 23.32 21.11 -
YUV 119.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 65 147 119 0.56 0 0.19 0.42 159.51 0.39 0.42
Hex 41 93 77 38 0 13 2A A0 27 2A
Octal 101 223 167 70 0 23 52 240 47 52
Binary 1000001 10010011 1110111 111000 0 10011 101010 10100000 100111 101010

Color Harmonies of #419377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419377

Black with #419377

Text Example


Text Example

White with #419377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419377; }

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

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

background-color css

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

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

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

border-color css

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

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

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