Html Css Color HEX #419172 Viridian

📋 copy color: '#419172'

red 65 ◦ green 145 ◦ blue 114

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

Shades of Viridian #419172

Tints of Viridian #419172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 20.06%
G = 44.75%
B = 35.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#419172 (or 0x419172) is known color: Viridian. HEX triplet: 41, 91 and 72. RGB value is (65,145,114). Sum of RGB (Red+Green+Blue) = 65+145+114=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #419172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419172 is #BE6E8D. Grayscale: #757575. Windows color (decimal): -12480142 or 7508289. OLE color: 7508289.

HSL color Cylindrical-coordinate representation of color #419172: hue angle of 156.75º 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 #419172 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 114 -
CMYK 0.55 0 0.21 0.43
HSL 156.75º 0.38% 0.41% -
HSV(B) 156.75º 0.55% 0.57% -
XYZ 15.34 22.59 19.47 -
YUV 117.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 65 145 114 0.55 0 0.21 0.43 156.75 0.38 0.41
Hex 41 91 72 37 0 15 2B 9D 26 29
Octal 101 221 162 67 0 25 53 235 46 51
Binary 1000001 10010001 1110010 110111 0 10101 101011 10011101 100110 101001

Color Harmonies of #419172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419172

Black with #419172

Text Example


Text Example

White with #419172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419172; }

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

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

background-color css

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

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

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

border-color css

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

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

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