Html Css Color HEX #419275 Viridian

📋 copy color: '#419275'

red 65 ◦ green 146 ◦ blue 117

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

Shades of Viridian #419275

Tints of Viridian #419275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 19.82%
G = 44.51%
B = 35.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#419275 (or 0x419275) is known color: Viridian. HEX triplet: 41, 92 and 75. RGB value is (65,146,117). Sum of RGB (Red+Green+Blue) = 65+146+117=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #419275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419275 is #BE6D8A. Grayscale: #767676. Windows color (decimal): -12479883 or 7705153. OLE color: 7705153.

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

Color convert

RGB 65 146 117 -
CMYK 0.55 0 0.20 0.43
HSL 158.52º 0.38% 0.41% -
HSV(B) 158.52º 0.55% 0.57% -
XYZ 15.67 22.97 20.44 -
YUV 118.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 65 146 117 0.55 0 0.20 0.43 158.52 0.38 0.41
Hex 41 92 75 37 0 14 2B 9F 26 29
Octal 101 222 165 67 0 24 53 237 46 51
Binary 1000001 10010010 1110101 110111 0 10100 101011 10011111 100110 101001

Color Harmonies of #419275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419275

Black with #419275

Text Example


Text Example

White with #419275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419275; }

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

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

background-color css

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

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

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

border-color css

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

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

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