Html Css Color HEX #417564 Viridian

📋 copy color: '#417564'

red 65 ◦ green 117 ◦ blue 100

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

Shades of Viridian #417564

Tints of Viridian #417564

RGB

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

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

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

R = 23.05%
G = 41.49%
B = 35.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#417564 (or 0x417564) is known color: Viridian. HEX triplet: 41, 75 and 64. RGB value is (65,117,100). Sum of RGB (Red+Green+Blue) = 65+117+100=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #417564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417564 is #BE8A9B. Grayscale: #636363. Windows color (decimal): -12487324 or 6583617. OLE color: 6583617.

HSL color Cylindrical-coordinate representation of color #417564: hue angle of 160.38º 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 #417564 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 100 -
CMYK 0.44 0 0.15 0.54
HSL 160.38º 0.29% 0.36% -
HSV(B) 160.38º 0.44% 0.46% -
XYZ 10.84 14.77 14.34 -
YUV 99.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 65 117 100 0.44 0 0.15 0.54 160.38 0.29 0.36
Hex 41 75 64 2C 0 F 36 A0 1D 24
Octal 101 165 144 54 0 17 66 240 35 44
Binary 1000001 1110101 1100100 101100 0 1111 110110 10100000 11101 100100

Color Harmonies of #417564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417564

Black with #417564

Text Example


Text Example

White with #417564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417564; }

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

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

background-color css

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

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

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

border-color css

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

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

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