Html Css Color HEX #417560 Viridian

📋 copy color: '#417560'

red 65 ◦ green 117 ◦ blue 96

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

Shades of Viridian #417560

Tints of Viridian #417560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 23.38%
G = 42.09%
B = 34.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#417560 (or 0x417560) is known color: Viridian. HEX triplet: 41, 75 and 60. RGB value is (65,117,96). Sum of RGB (Red+Green+Blue) = 65+117+96=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #417560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417560 is #BE8A9F. Grayscale: #636363. Windows color (decimal): -12487328 or 6321473. OLE color: 6321473.

HSL color Cylindrical-coordinate representation of color #417560: hue angle of 155.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417560 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 96 -
CMYK 0.44 0 0.18 0.54
HSL 155.77º 0.29% 0.36% -
HSV(B) 155.77º 0.44% 0.46% -
XYZ 10.65 14.69 13.34 -
YUV 99.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 65 117 96 0.44 0 0.18 0.54 155.77 0.29 0.36
Hex 41 75 60 2C 0 12 36 9C 1D 24
Octal 101 165 140 54 0 22 66 234 35 44
Binary 1000001 1110101 1100000 101100 0 10010 110110 10011100 11101 100100

Color Harmonies of #417560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417560

Black with #417560

Text Example


Text Example

White with #417560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417560; }

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

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

background-color css

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

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

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

border-color css

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

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

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