Html Css Color HEX #419170 Viridian

📋 copy color: '#419170'

red 65 ◦ green 145 ◦ blue 112

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

Shades of Viridian #419170

Tints of Viridian #419170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 20.19%
G = 45.03%
B = 34.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#419170 (or 0x419170) is known color: Viridian. HEX triplet: 41, 91 and 70. RGB value is (65,145,112). Sum of RGB (Red+Green+Blue) = 65+145+112=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #419170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419170 is #BE6E8F. Grayscale: #757575. Windows color (decimal): -12480144 or 7377217. OLE color: 7377217.

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

Color convert

RGB 65 145 112 -
CMYK 0.55 0 0.23 0.43
HSL 155.25º 0.38% 0.41% -
HSV(B) 155.25º 0.55% 0.57% -
XYZ 15.23 22.54 18.88 -
YUV 117.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 65 145 112 0.55 0 0.23 0.43 155.25 0.38 0.41
Hex 41 91 70 37 0 17 2B 9B 26 29
Octal 101 221 160 67 0 27 53 233 46 51
Binary 1000001 10010001 1110000 110111 0 10111 101011 10011011 100110 101001

Color Harmonies of #419170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419170

Black with #419170

Text Example


Text Example

White with #419170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419170; }

 p { color: rgb(65,145,112); }

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

background-color css

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

 a { background-color: rgb(65,145,112); }

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

border-color css

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

 span { border-color: rgb(65,145,112); }

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