Html Css Color HEX #417C65 Viridian

📋 copy color: '#417C65'

red 65 ◦ green 124 ◦ blue 101

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

Shades of Viridian #417C65

Tints of Viridian #417C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 22.41%
G = 42.76%
B = 34.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#417C65 (or 0x417C65) is known color: Viridian. HEX triplet: 41, 7C and 65. RGB value is (65,124,101). Sum of RGB (Red+Green+Blue) = 65+124+101=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #417C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C65 is #BE839A. Grayscale: #676767. Windows color (decimal): -12485531 or 6650945. OLE color: 6650945.

HSL color Cylindrical-coordinate representation of color #417C65: hue angle of 156.61º 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 #417C65 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 124 101 -
CMYK 0.48 0 0.19 0.51
HSL 156.61º 0.31% 0.37% -
HSV(B) 156.61º 0.48% 0.49% -
XYZ 11.74 16.48 14.87 -
YUV 103.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 65 124 101 0.48 0 0.19 0.51 156.61 0.31 0.37
Hex 41 7C 65 30 0 13 33 9D 1F 25
Octal 101 174 145 60 0 23 63 235 37 45
Binary 1000001 1111100 1100101 110000 0 10011 110011 10011101 11111 100101

Color Harmonies of #417C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C65

Black with #417C65

Text Example


Text Example

White with #417C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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