Html Css Color HEX #419475 Viridian

📋 copy color: '#419475'

red 65 ◦ green 148 ◦ blue 117

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

Shades of Viridian #419475

Tints of Viridian #419475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 19.7%
G = 44.85%
B = 35.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#419475 (or 0x419475) is known color: Viridian. HEX triplet: 41, 94 and 75. RGB value is (65,148,117). Sum of RGB (Red+Green+Blue) = 65+148+117=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #419475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419475 is #BE6B8A. Grayscale: #777777. Windows color (decimal): -12479371 or 7705665. OLE color: 7705665.

HSL color Cylindrical-coordinate representation of color #419475: hue angle of 157.59º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419475 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 117 -
CMYK 0.56 0 0.21 0.42
HSL 157.59º 0.39% 0.42% -
HSV(B) 157.59º 0.56% 0.58% -
XYZ 15.98 23.59 20.54 -
YUV 119.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 65 148 117 0.56 0 0.21 0.42 157.59 0.39 0.42
Hex 41 94 75 38 0 15 2A 9E 27 2A
Octal 101 224 165 70 0 25 52 236 47 52
Binary 1000001 10010100 1110101 111000 0 10101 101010 10011110 100111 101010

Color Harmonies of #419475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419475

Black with #419475

Text Example


Text Example

White with #419475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419475; }

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

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

background-color css

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

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

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

border-color css

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

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

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