Html Css Color HEX #417461 Viridian

📋 copy color: '#417461'

red 65 ◦ green 116 ◦ blue 97

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

Shades of Viridian #417461

Tints of Viridian #417461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 23.38%
G = 41.73%
B = 34.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#417461 (or 0x417461) is known color: Viridian. HEX triplet: 41, 74 and 61. RGB value is (65,116,97). Sum of RGB (Red+Green+Blue) = 65+116+97=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #417461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417461 is #BE8B9E. Grayscale: #626262. Windows color (decimal): -12487583 or 6386753. OLE color: 6386753.

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

Color convert

RGB 65 116 97 -
CMYK 0.44 0 0.16 0.55
HSL 157.65º 0.28% 0.35% -
HSV(B) 157.65º 0.44% 0.45% -
XYZ 10.58 14.48 13.55 -
YUV 98.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 65 116 97 0.44 0 0.16 0.55 157.65 0.28 0.35
Hex 41 74 61 2C 0 10 37 9E 1C 23
Octal 101 164 141 54 0 20 67 236 34 43
Binary 1000001 1110100 1100001 101100 0 10000 110111 10011110 11100 100011

Color Harmonies of #417461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417461

Black with #417461

Text Example


Text Example

White with #417461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417461; }

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

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

background-color css

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

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

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

border-color css

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

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

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