Html Css Color HEX #417864 Viridian

📋 copy color: '#417864'

red 65 ◦ green 120 ◦ blue 100

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

Shades of Viridian #417864

Tints of Viridian #417864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

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

R = 22.81%
G = 42.11%
B = 35.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#417864 (or 0x417864) is known color: Viridian. HEX triplet: 41, 78 and 64. RGB value is (65,120,100). Sum of RGB (Red+Green+Blue) = 65+120+100=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #417864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417864 is #BE879B. Grayscale: #656565. Windows color (decimal): -12486556 or 6584385. OLE color: 6584385.

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

Color convert

RGB 65 120 100 -
CMYK 0.46 0 0.17 0.53
HSL 158.18º 0.3% 0.36% -
HSV(B) 158.18º 0.46% 0.47% -
XYZ 11.2 15.48 14.45 -
YUV 101.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 65 120 100 0.46 0 0.17 0.53 158.18 0.3 0.36
Hex 41 78 64 2E 0 11 35 9E 1E 24
Octal 101 170 144 56 0 21 65 236 36 44
Binary 1000001 1111000 1100100 101110 0 10001 110101 10011110 11110 100100

Color Harmonies of #417864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417864

Black with #417864

Text Example


Text Example

White with #417864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417864; }

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

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

background-color css

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

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

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

border-color css

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

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

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