Html Css Color HEX #417860 Viridian

📋 copy color: '#417860'

red 65 ◦ green 120 ◦ blue 96

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

Shades of Viridian #417860

Tints of Viridian #417860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 23.13%
G = 42.7%
B = 34.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#417860 (or 0x417860) is known color: Viridian. HEX triplet: 41, 78 and 60. RGB value is (65,120,96). Sum of RGB (Red+Green+Blue) = 65+120+96=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #417860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417860 is #BE879F. Grayscale: #646464. Windows color (decimal): -12486560 or 6322241. OLE color: 6322241.

HSL color Cylindrical-coordinate representation of color #417860: hue angle of 153.82º 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 #417860 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 96 -
CMYK 0.46 0 0.2 0.53
HSL 153.82º 0.3% 0.36% -
HSV(B) 153.82º 0.46% 0.47% -
XYZ 11.01 15.4 13.46 -
YUV 100.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 65 120 96 0.46 0 0.2 0.53 153.82 0.3 0.36
Hex 41 78 60 2E 0 14 35 9A 1E 24
Octal 101 170 140 56 0 24 65 232 36 44
Binary 1000001 1111000 1100000 101110 0 10100 110101 10011010 11110 100100

Color Harmonies of #417860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417860

Black with #417860

Text Example


Text Example

White with #417860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417860; }

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

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

background-color css

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

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

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

border-color css

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

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

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