Html Css Color HEX #417463 Viridian

📋 copy color: '#417463'

red 65 ◦ green 116 ◦ blue 99

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

Shades of Viridian #417463

Tints of Viridian #417463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 23.21%
G = 41.43%
B = 35.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#417463 (or 0x417463) is known color: Viridian. HEX triplet: 41, 74 and 63. RGB value is (65,116,99). Sum of RGB (Red+Green+Blue) = 65+116+99=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #417463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417463 is #BE8B9C. Grayscale: #626262. Windows color (decimal): -12487581 or 6517825. OLE color: 6517825.

HSL color Cylindrical-coordinate representation of color #417463: hue angle of 160º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417463 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 99 -
CMYK 0.44 0 0.15 0.55
HSL 160º 0.28% 0.35% -
HSV(B) 160º 0.44% 0.45% -
XYZ 10.68 14.52 14.04 -
YUV 98.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 65 116 99 0.44 0 0.15 0.55 160 0.28 0.35
Hex 41 74 63 2C 0 F 37 A0 1C 23
Octal 101 164 143 54 0 17 67 240 34 43
Binary 1000001 1110100 1100011 101100 0 1111 110111 10100000 11100 100011

Color Harmonies of #417463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417463

Black with #417463

Text Example


Text Example

White with #417463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417463; }

 p { color: rgb(65,116,99); }

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

background-color css

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

 a { background-color: rgb(65,116,99); }

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

border-color css

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

 span { border-color: rgb(65,116,99); }

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