Html Css Color HEX #419077 Viridian

📋 copy color: '#419077'

red 65 ◦ green 144 ◦ blue 119

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

Shades of Viridian #419077

Tints of Viridian #419077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

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

R = 19.82%
G = 43.9%
B = 36.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#419077 (or 0x419077) is known color: Viridian. HEX triplet: 41, 90 and 77. RGB value is (65,144,119). Sum of RGB (Red+Green+Blue) = 65+144+119=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #419077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419077 is #BE6F88. Grayscale: #757575. Windows color (decimal): -12480393 or 7835713. OLE color: 7835713.

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

Color convert

RGB 65 144 119 -
CMYK 0.55 0 0.17 0.44
HSL 161.01º 0.38% 0.41% -
HSV(B) 161.01º 0.55% 0.56% -
XYZ 15.48 22.4 20.96 -
YUV 117.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 65 144 119 0.55 0 0.17 0.44 161.01 0.38 0.41
Hex 41 90 77 37 0 11 2C A1 26 29
Octal 101 220 167 67 0 21 54 241 46 51
Binary 1000001 10010000 1110111 110111 0 10001 101100 10100001 100110 101001

Color Harmonies of #419077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419077

Black with #419077

Text Example


Text Example

White with #419077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419077; }

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

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

background-color css

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

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

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

border-color css

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

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

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