Html Css Color HEX #419272 Viridian

📋 copy color: '#419272'

red 65 ◦ green 146 ◦ blue 114

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

Shades of Viridian #419272

Tints of Viridian #419272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

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

R = 20%
G = 44.92%
B = 35.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#419272 (or 0x419272) is known color: Viridian. HEX triplet: 41, 92 and 72. RGB value is (65,146,114). Sum of RGB (Red+Green+Blue) = 65+146+114=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #419272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419272 is #BE6D8D. Grayscale: #767676. Windows color (decimal): -12479886 or 7508545. OLE color: 7508545.

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

Color convert

RGB 65 146 114 -
CMYK 0.55 0 0.22 0.43
HSL 156.3º 0.38% 0.41% -
HSV(B) 156.3º 0.55% 0.57% -
XYZ 15.5 22.9 19.52 -
YUV 118.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 65 146 114 0.55 0 0.22 0.43 156.3 0.38 0.41
Hex 41 92 72 37 0 16 2B 9C 26 29
Octal 101 222 162 67 0 26 53 234 46 51
Binary 1000001 10010010 1110010 110111 0 10110 101011 10011100 100110 101001

Color Harmonies of #419272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419272

Black with #419272

Text Example


Text Example

White with #419272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419272; }

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

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

background-color css

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

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

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

border-color css

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

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

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