Html Css Color HEX #417660 Viridian

📋 copy color: '#417660'

red 65 ◦ green 118 ◦ blue 96

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

Shades of Viridian #417660

Tints of Viridian #417660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 23.3%
G = 42.29%
B = 34.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#417660 (or 0x417660) is known color: Viridian. HEX triplet: 41, 76 and 60. RGB value is (65,118,96). Sum of RGB (Red+Green+Blue) = 65+118+96=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #417660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417660 is #BE899F. Grayscale: #636363. Windows color (decimal): -12487072 or 6321729. OLE color: 6321729.

HSL color Cylindrical-coordinate representation of color #417660: hue angle of 155.09º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417660 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 96 -
CMYK 0.45 0 0.19 0.54
HSL 155.09º 0.29% 0.36% -
HSV(B) 155.09º 0.45% 0.46% -
XYZ 10.77 14.93 13.38 -
YUV 99.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 65 118 96 0.45 0 0.19 0.54 155.09 0.29 0.36
Hex 41 76 60 2D 0 13 36 9B 1D 24
Octal 101 166 140 55 0 23 66 233 35 44
Binary 1000001 1110110 1100000 101101 0 10011 110110 10011011 11101 100100

Color Harmonies of #417660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417660

Black with #417660

Text Example


Text Example

White with #417660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417660; }

 p { color: rgb(65,118,96); }

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

background-color css

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

 a { background-color: rgb(65,118,96); }

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

border-color css

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

 span { border-color: rgb(65,118,96); }

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