Html Css Color HEX #417C66 Viridian

📋 copy color: '#417C66'

red 65 ◦ green 124 ◦ blue 102

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

Shades of Viridian #417C66

Tints of Viridian #417C66

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.61%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 22.34%
G = 42.61%
B = 35.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#417C66 (or 0x417C66) is known color: Viridian. HEX triplet: 41, 7C and 66. RGB value is (65,124,102). Sum of RGB (Red+Green+Blue) = 65+124+102=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #417C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C66 is #BE8399. Grayscale: #676767. Windows color (decimal): -12485530 or 6716481. OLE color: 6716481.

HSL color Cylindrical-coordinate representation of color #417C66: hue angle of 157.63º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417C66 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 124 102 -
CMYK 0.48 0 0.18 0.51
HSL 157.63º 0.31% 0.37% -
HSV(B) 157.63º 0.48% 0.49% -
XYZ 11.79 16.5 15.13 -
YUV 103.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 65 124 102 0.48 0 0.18 0.51 157.63 0.31 0.37
Hex 41 7C 66 30 0 12 33 9E 1F 25
Octal 101 174 146 60 0 22 63 236 37 45
Binary 1000001 1111100 1100110 110000 0 10010 110011 10011110 11111 100101

Color Harmonies of #417C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C66

Black with #417C66

Text Example


Text Example

White with #417C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417C66; }

 p { color: rgb(65,124,102); }

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

background-color css

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

 a { background-color: rgb(65,124,102); }

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

border-color css

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

 span { border-color: rgb(65,124,102); }

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