Html Css Color HEX #419477 Viridian

📋 copy color: '#419477'

red 65 ◦ green 148 ◦ blue 119

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

Shades of Viridian #419477

Tints of Viridian #419477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 19.58%
G = 44.58%
B = 35.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#419477 (or 0x419477) is known color: Viridian. HEX triplet: 41, 94 and 77. RGB value is (65,148,119). Sum of RGB (Red+Green+Blue) = 65+148+119=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #419477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419477 is #BE6B88. Grayscale: #777777. Windows color (decimal): -12479369 or 7836737. OLE color: 7836737.

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

Color convert

RGB 65 148 119 -
CMYK 0.56 0 0.20 0.42
HSL 159.04º 0.39% 0.42% -
HSV(B) 159.04º 0.56% 0.58% -
XYZ 16.1 23.64 21.17 -
YUV 119.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 65 148 119 0.56 0 0.20 0.42 159.04 0.39 0.42
Hex 41 94 77 38 0 14 2A 9F 27 2A
Octal 101 224 167 70 0 24 52 237 47 52
Binary 1000001 10010100 1110111 111000 0 10100 101010 10011111 100111 101010

Color Harmonies of #419477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419477

Black with #419477

Text Example


Text Example

White with #419477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419477; }

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

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

background-color css

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

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

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

border-color css

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

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

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