Html Css Color HEX #419373 Viridian

📋 copy color: '#419373'

red 65 ◦ green 147 ◦ blue 115

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

Shades of Viridian #419373

Tints of Viridian #419373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 19.88%
G = 44.95%
B = 35.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#419373 (or 0x419373) is known color: Viridian. HEX triplet: 41, 93 and 73. RGB value is (65,147,115). Sum of RGB (Red+Green+Blue) = 65+147+115=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #419373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419373 is #BE6C8C. Grayscale: #767676. Windows color (decimal): -12479629 or 7574337. OLE color: 7574337.

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

Color convert

RGB 65 147 115 -
CMYK 0.56 0 0.22 0.42
HSL 156.59º 0.39% 0.42% -
HSV(B) 156.59º 0.56% 0.58% -
XYZ 15.71 23.23 19.88 -
YUV 118.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 65 147 115 0.56 0 0.22 0.42 156.59 0.39 0.42
Hex 41 93 73 38 0 16 2A 9D 27 2A
Octal 101 223 163 70 0 26 52 235 47 52
Binary 1000001 10010011 1110011 111000 0 10110 101010 10011101 100111 101010

Color Harmonies of #419373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419373

Black with #419373

Text Example


Text Example

White with #419373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419373; }

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

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

background-color css

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

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

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

border-color css

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

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

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