Html Css Color HEX #417E6C Viridian

📋 copy color: '#417E6C'

red 65 ◦ green 126 ◦ blue 108

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

Shades of Viridian #417E6C

Tints of Viridian #417E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 21.74%
G = 42.14%
B = 36.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#417E6C (or 0x417E6C) is known color: Viridian. HEX triplet: 41, 7E and 6C. RGB value is (65,126,108). Sum of RGB (Red+Green+Blue) = 65+126+108=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #417E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E6C is #BE8193. Grayscale: #696969. Windows color (decimal): -12485012 or 7110209. OLE color: 7110209.

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

Color convert

RGB 65 126 108 -
CMYK 0.48 0 0.14 0.51
HSL 162.3º 0.32% 0.37% -
HSV(B) 162.3º 0.48% 0.49% -
XYZ 12.35 17.13 16.84 -
YUV 105.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 65 126 108 0.48 0 0.14 0.51 162.3 0.32 0.37
Hex 41 7E 6C 30 0 E 33 A2 20 25
Octal 101 176 154 60 0 16 63 242 40 45
Binary 1000001 1111110 1101100 110000 0 1110 110011 10100010 100000 100101

Color Harmonies of #417E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E6C

Black with #417E6C

Text Example


Text Example

White with #417E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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