Html Css Color HEX #417E6A Viridian

📋 copy color: '#417E6A'

red 65 ◦ green 126 ◦ blue 106

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

Shades of Viridian #417E6A

Tints of Viridian #417E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.42%

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

R = 21.89%
G = 42.42%
B = 35.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#417E6A (or 0x417E6A) is known color: Viridian. HEX triplet: 41, 7E and 6A. RGB value is (65,126,106). Sum of RGB (Red+Green+Blue) = 65+126+106=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #417E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E6A is #BE8195. Grayscale: #696969. Windows color (decimal): -12485014 or 6979137. OLE color: 6979137.

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

Color convert

RGB 65 126 106 -
CMYK 0.48 0 0.16 0.51
HSL 160.33º 0.32% 0.37% -
HSV(B) 160.33º 0.48% 0.49% -
XYZ 12.24 17.09 16.29 -
YUV 105.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 65 126 106 0.48 0 0.16 0.51 160.33 0.32 0.37
Hex 41 7E 6A 30 0 10 33 A0 20 25
Octal 101 176 152 60 0 20 63 240 40 45
Binary 1000001 1111110 1101010 110000 0 10000 110011 10100000 100000 100101

Color Harmonies of #417E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E6A

Black with #417E6A

Text Example


Text Example

White with #417E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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