Html Css Color HEX #419175 Viridian

📋 copy color: '#419175'

red 65 ◦ green 145 ◦ blue 117

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

Shades of Viridian #419175

Tints of Viridian #419175

RGB

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

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

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

R = 19.88%
G = 44.34%
B = 35.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#419175 (or 0x419175) is known color: Viridian. HEX triplet: 41, 91 and 75. RGB value is (65,145,117). Sum of RGB (Red+Green+Blue) = 65+145+117=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #419175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419175 is #BE6E8A. Grayscale: #757575. Windows color (decimal): -12480139 or 7704897. OLE color: 7704897.

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

Color convert

RGB 65 145 117 -
CMYK 0.55 0 0.19 0.43
HSL 159º 0.38% 0.41% -
HSV(B) 159º 0.55% 0.57% -
XYZ 15.52 22.66 20.39 -
YUV 117.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 65 145 117 0.55 0 0.19 0.43 159 0.38 0.41
Hex 41 91 75 37 0 13 2B 9F 26 29
Octal 101 221 165 67 0 23 53 237 46 51
Binary 1000001 10010001 1110101 110111 0 10011 101011 10011111 100110 101001

Color Harmonies of #419175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419175

Black with #419175

Text Example


Text Example

White with #419175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419175; }

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

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

background-color css

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

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

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

border-color css

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

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

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