Html Css Color HEX #417C6A Viridian

📋 copy color: '#417C6A'

red 65 ◦ green 124 ◦ blue 106

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

Shades of Viridian #417C6A

Tints of Viridian #417C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 22.03%
G = 42.03%
B = 35.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#417C6A (or 0x417C6A) is known color: Viridian. HEX triplet: 41, 7C and 6A. RGB value is (65,124,106). Sum of RGB (Red+Green+Blue) = 65+124+106=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #417C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C6A is #BE8395. Grayscale: #686868. Windows color (decimal): -12485526 or 6978625. OLE color: 6978625.

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

Color convert

RGB 65 124 106 -
CMYK 0.48 0 0.15 0.51
HSL 161.69º 0.31% 0.37% -
HSV(B) 161.69º 0.48% 0.49% -
XYZ 11.99 16.58 16.2 -
YUV 104.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 65 124 106 0.48 0 0.15 0.51 161.69 0.31 0.37
Hex 41 7C 6A 30 0 F 33 A2 1F 25
Octal 101 174 152 60 0 17 63 242 37 45
Binary 1000001 1111100 1101010 110000 0 1111 110011 10100010 11111 100101

Color Harmonies of #417C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C6A

Black with #417C6A

Text Example


Text Example

White with #417C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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