Html Css Color HEX #417A64 Viridian

📋 copy color: '#417A64'

red 65 ◦ green 122 ◦ blue 100

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

Shades of Viridian #417A64

Tints of Viridian #417A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

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

R = 22.65%
G = 42.51%
B = 34.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#417A64 (or 0x417A64) is known color: Viridian. HEX triplet: 41, 7A and 64. RGB value is (65,122,100). Sum of RGB (Red+Green+Blue) = 65+122+100=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #417A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A64 is #BE859B. Grayscale: #666666. Windows color (decimal): -12486044 or 6584897. OLE color: 6584897.

HSL color Cylindrical-coordinate representation of color #417A64: hue angle of 156.84º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A64 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 100 -
CMYK 0.47 0 0.18 0.52
HSL 156.84º 0.3% 0.37% -
HSV(B) 156.84º 0.47% 0.48% -
XYZ 11.44 15.96 14.53 -
YUV 102.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 65 122 100 0.47 0 0.18 0.52 156.84 0.3 0.37
Hex 41 7A 64 2F 0 12 34 9D 1E 25
Octal 101 172 144 57 0 22 64 235 36 45
Binary 1000001 1111010 1100100 101111 0 10010 110100 10011101 11110 100101

Color Harmonies of #417A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A64

Black with #417A64

Text Example


Text Example

White with #417A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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