Html Css Color HEX #418377 Viridian

📋 copy color: '#418377'

red 65 ◦ green 131 ◦ blue 119

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

Shades of Viridian #418377

Tints of Viridian #418377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 20.63%
G = 41.59%
B = 37.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#418377 (or 0x418377) is known color: Viridian. HEX triplet: 41, 83 and 77. RGB value is (65,131,119). Sum of RGB (Red+Green+Blue) = 65+131+119=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #418377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418377 is #BE7C88. Grayscale: #6D6D6D. Windows color (decimal): -12483721 or 7832385. OLE color: 7832385.

HSL color Cylindrical-coordinate representation of color #418377: hue angle of 169.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418377 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 119 -
CMYK 0.50 0 0.09 0.49
HSL 169.09º 0.34% 0.38% -
HSV(B) 169.09º 0.5% 0.51% -
XYZ 13.63 18.69 20.34 -
YUV 109.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 65 131 119 0.50 0 0.09 0.49 169.09 0.34 0.38
Hex 41 83 77 32 0 9 31 A9 22 26
Octal 101 203 167 62 0 11 61 251 42 46
Binary 1000001 10000011 1110111 110010 0 1001 110001 10101001 100010 100110

Color Harmonies of #418377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418377

Black with #418377

Text Example


Text Example

White with #418377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418377; }

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

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

background-color css

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

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

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

border-color css

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

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

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