Html Css Color HEX #418376 Viridian

📋 copy color: '#418376'

red 65 ◦ green 131 ◦ blue 118

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

Shades of Viridian #418376

Tints of Viridian #418376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 20.7%
G = 41.72%
B = 37.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#418376 (or 0x418376) is known color: Viridian. HEX triplet: 41, 83 and 76. RGB value is (65,131,118). Sum of RGB (Red+Green+Blue) = 65+131+118=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #418376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418376 is #BE7C89. Grayscale: #6D6D6D. Windows color (decimal): -12483722 or 7766849. OLE color: 7766849.

HSL color Cylindrical-coordinate representation of color #418376: hue angle of 168.18º 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 #418376 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 118 -
CMYK 0.50 0 0.10 0.49
HSL 168.18º 0.34% 0.38% -
HSV(B) 168.18º 0.5% 0.51% -
XYZ 13.57 18.66 20.03 -
YUV 109.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 65 131 118 0.50 0 0.10 0.49 168.18 0.34 0.38
Hex 41 83 76 32 0 A 31 A8 22 26
Octal 101 203 166 62 0 12 61 250 42 46
Binary 1000001 10000011 1110110 110010 0 1010 110001 10101000 100010 100110

Color Harmonies of #418376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418376

Black with #418376

Text Example


Text Example

White with #418376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418376; }

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

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

background-color css

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

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

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

border-color css

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

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

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