Html Css Color HEX #417D69 Viridian

📋 copy color: '#417D69'

red 65 ◦ green 125 ◦ blue 105

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

Shades of Viridian #417D69

Tints of Viridian #417D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.37%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 22.03%
G = 42.37%
B = 35.59%

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

#417D69 (or 0x417D69) is known color: Viridian. HEX triplet: 41, 7D and 69. RGB value is (65,125,105). Sum of RGB (Red+Green+Blue) = 65+125+105=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #417D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D69 is #BE8296. Grayscale: #686868. Windows color (decimal): -12485271 or 6913345. OLE color: 6913345.

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

Color convert

RGB 65 125 105 -
CMYK 0.48 0 0.16 0.51
HSL 160º 0.32% 0.37% -
HSV(B) 160º 0.48% 0.49% -
XYZ 12.06 16.81 15.97 -
YUV 104.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 65 125 105 0.48 0 0.16 0.51 160 0.32 0.37
Hex 41 7D 69 30 0 10 33 A0 20 25
Octal 101 175 151 60 0 20 63 240 40 45
Binary 1000001 1111101 1101001 110000 0 10000 110011 10100000 100000 100101

Color Harmonies of #417D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D69

Black with #417D69

Text Example


Text Example

White with #417D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,125,105); }

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

background-color css

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

 a { background-color: rgb(65,125,105); }

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

border-color css

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

 span { border-color: rgb(65,125,105); }

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