Html Css Color HEX #417764 Viridian

📋 copy color: '#417764'

red 65 ◦ green 119 ◦ blue 100

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

Shades of Viridian #417764

Tints of Viridian #417764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.9%

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

R = 22.89%
G = 41.9%
B = 35.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#417764 (or 0x417764) is known color: Viridian. HEX triplet: 41, 77 and 64. RGB value is (65,119,100). Sum of RGB (Red+Green+Blue) = 65+119+100=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #417764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417764 is #BE889B. Grayscale: #646464. Windows color (decimal): -12486812 or 6584129. OLE color: 6584129.

HSL color Cylindrical-coordinate representation of color #417764: hue angle of 158.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417764 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 100 -
CMYK 0.45 0 0.16 0.53
HSL 158.89º 0.29% 0.36% -
HSV(B) 158.89º 0.45% 0.47% -
XYZ 11.08 15.24 14.41 -
YUV 100.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 65 119 100 0.45 0 0.16 0.53 158.89 0.29 0.36
Hex 41 77 64 2D 0 10 35 9F 1D 24
Octal 101 167 144 55 0 20 65 237 35 44
Binary 1000001 1110111 1100100 101101 0 10000 110101 10011111 11101 100100

Color Harmonies of #417764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417764

Black with #417764

Text Example


Text Example

White with #417764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417764; }

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

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

background-color css

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

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

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

border-color css

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

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

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