Html Css Color HEX #417761 Viridian

📋 copy color: '#417761'

red 65 ◦ green 119 ◦ blue 97

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

Shades of Viridian #417761

Tints of Viridian #417761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

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

R = 23.13%
G = 42.35%
B = 34.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#417761 (or 0x417761) is known color: Viridian. HEX triplet: 41, 77 and 61. RGB value is (65,119,97). Sum of RGB (Red+Green+Blue) = 65+119+97=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #417761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417761 is #BE889E. Grayscale: #646464. Windows color (decimal): -12486815 or 6387521. OLE color: 6387521.

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

Color convert

RGB 65 119 97 -
CMYK 0.45 0 0.18 0.53
HSL 155.56º 0.29% 0.36% -
HSV(B) 155.56º 0.45% 0.47% -
XYZ 10.93 15.18 13.66 -
YUV 100.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 65 119 97 0.45 0 0.18 0.53 155.56 0.29 0.36
Hex 41 77 61 2D 0 12 35 9C 1D 24
Octal 101 167 141 55 0 22 65 234 35 44
Binary 1000001 1110111 1100001 101101 0 10010 110101 10011100 11101 100100

Color Harmonies of #417761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417761

Black with #417761

Text Example


Text Example

White with #417761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417761; }

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

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

background-color css

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

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

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

border-color css

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

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

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