Html Css Color HEX #419675 Viridian

📋 copy color: '#419675'

red 65 ◦ green 150 ◦ blue 117

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

Shades of Viridian #419675

Tints of Viridian #419675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

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

R = 19.58%
G = 45.18%
B = 35.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#419675 (or 0x419675) is known color: Viridian. HEX triplet: 41, 96 and 75. RGB value is (65,150,117). Sum of RGB (Red+Green+Blue) = 65+150+117=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #419675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419675 is #BE698A. Grayscale: #787878. Windows color (decimal): -12478859 or 7706177. OLE color: 7706177.

HSL color Cylindrical-coordinate representation of color #419675: hue angle of 156.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419675 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 117 -
CMYK 0.57 0 0.22 0.41
HSL 156.71º 0.4% 0.42% -
HSV(B) 156.71º 0.57% 0.59% -
XYZ 16.3 24.22 20.65 -
YUV 120.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 65 150 117 0.57 0 0.22 0.41 156.71 0.4 0.42
Hex 41 96 75 39 0 16 29 9D 28 2A
Octal 101 226 165 71 0 26 51 235 50 52
Binary 1000001 10010110 1110101 111001 0 10110 101001 10011101 101000 101010

Color Harmonies of #419675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419675

Black with #419675

Text Example


Text Example

White with #419675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419675; }

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

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

background-color css

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

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

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

border-color css

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

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

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