Html Css Color HEX #419574 Viridian

📋 copy color: '#419574'

red 65 ◦ green 149 ◦ blue 116

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

Shades of Viridian #419574

Tints of Viridian #419574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 19.7%
G = 45.15%
B = 35.15%

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

#419574 (or 0x419574) is known color: Viridian. HEX triplet: 41, 95 and 74. RGB value is (65,149,116). Sum of RGB (Red+Green+Blue) = 65+149+116=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #419574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419574 is #BE6A8B. Grayscale: #787878. Windows color (decimal): -12479116 or 7640385. OLE color: 7640385.

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

Color convert

RGB 65 149 116 -
CMYK 0.56 0 0.22 0.42
HSL 156.43º 0.39% 0.42% -
HSV(B) 156.43º 0.56% 0.58% -
XYZ 16.08 23.88 20.28 -
YUV 120.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 65 149 116 0.56 0 0.22 0.42 156.43 0.39 0.42
Hex 41 95 74 38 0 16 2A 9C 27 2A
Octal 101 225 164 70 0 26 52 234 47 52
Binary 1000001 10010101 1110100 111000 0 10110 101010 10011100 100111 101010

Color Harmonies of #419574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419574

Black with #419574

Text Example


Text Example

White with #419574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419574; }

 p { color: rgb(65,149,116); }

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

background-color css

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

 a { background-color: rgb(65,149,116); }

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

border-color css

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

 span { border-color: rgb(65,149,116); }

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