Html Css Color HEX #418364 Viridian

📋 copy color: '#418364'

red 65 ◦ green 131 ◦ blue 100

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

Shades of Viridian #418364

Tints of Viridian #418364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 21.96%
G = 44.26%
B = 33.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#418364 (or 0x418364) is known color: Viridian. HEX triplet: 41, 83 and 64. RGB value is (65,131,100). Sum of RGB (Red+Green+Blue) = 65+131+100=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #418364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418364 is #BE7C9B. Grayscale: #6B6B6B. Windows color (decimal): -12483740 or 6587201. OLE color: 6587201.

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

Color convert

RGB 65 131 100 -
CMYK 0.50 0 0.24 0.49
HSL 151.82º 0.34% 0.38% -
HSV(B) 151.82º 0.5% 0.51% -
XYZ 12.6 18.28 14.92 -
YUV 107.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 65 131 100 0.50 0 0.24 0.49 151.82 0.34 0.38
Hex 41 83 64 32 0 18 31 98 22 26
Octal 101 203 144 62 0 30 61 230 42 46
Binary 1000001 10000011 1100100 110010 0 11000 110001 10011000 100010 100110

Color Harmonies of #418364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418364

Black with #418364

Text Example


Text Example

White with #418364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418364; }

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

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

background-color css

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

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

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

border-color css

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

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

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