Html Css Color HEX #417F69 Viridian

📋 copy color: '#417F69'

red 65 ◦ green 127 ◦ blue 105

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

Shades of Viridian #417F69

Tints of Viridian #417F69

RGB

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

 GREEN value IS 127 (50% from 255) = 42.76%

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

R = 21.89%
G = 42.76%
B = 35.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#417F69 (or 0x417F69) is known color: Viridian. HEX triplet: 41, 7F and 69. RGB value is (65,127,105). Sum of RGB (Red+Green+Blue) = 65+127+105=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #417F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F69 is #BE8096. Grayscale: #696969. Windows color (decimal): -12484759 or 6913857. OLE color: 6913857.

HSL color Cylindrical-coordinate representation of color #417F69: hue angle of 158.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F69 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 127 105 -
CMYK 0.49 0 0.17 0.50
HSL 158.71º 0.32% 0.38% -
HSV(B) 158.71º 0.49% 0.5% -
XYZ 12.32 17.32 16.06 -
YUV 105.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 65 127 105 0.49 0 0.17 0.50 158.71 0.32 0.38
Hex 41 7F 69 31 0 11 32 9F 20 26
Octal 101 177 151 61 0 21 62 237 40 46
Binary 1000001 1111111 1101001 110001 0 10001 110010 10011111 100000 100110

Color Harmonies of #417F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F69

Black with #417F69

Text Example


Text Example

White with #417F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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