Html Css Color HEX #417464 Viridian

📋 copy color: '#417464'

red 65 ◦ green 116 ◦ blue 100

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

Shades of Viridian #417464

Tints of Viridian #417464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 23.13%
G = 41.28%
B = 35.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#417464 (or 0x417464) is known color: Viridian. HEX triplet: 41, 74 and 64. RGB value is (65,116,100). Sum of RGB (Red+Green+Blue) = 65+116+100=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #417464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417464 is #BE8B9B. Grayscale: #626262. Windows color (decimal): -12487580 or 6583361. OLE color: 6583361.

HSL color Cylindrical-coordinate representation of color #417464: hue angle of 161.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417464 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 100 -
CMYK 0.44 0 0.14 0.55
HSL 161.18º 0.28% 0.35% -
HSV(B) 161.18º 0.44% 0.45% -
XYZ 10.73 14.53 14.3 -
YUV 98.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 65 116 100 0.44 0 0.14 0.55 161.18 0.28 0.35
Hex 41 74 64 2C 0 E 37 A1 1C 23
Octal 101 164 144 54 0 16 67 241 34 43
Binary 1000001 1110100 1100100 101100 0 1110 110111 10100001 11100 100011

Color Harmonies of #417464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417464

Black with #417464

Text Example


Text Example

White with #417464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417464; }

 p { color: rgb(65,116,100); }

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

background-color css

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

 a { background-color: rgb(65,116,100); }

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

border-color css

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

 span { border-color: rgb(65,116,100); }

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