Html Css Color HEX #418363 Viridian

📋 copy color: '#418363'

red 65 ◦ green 131 ◦ blue 99

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

Shades of Viridian #418363

Tints of Viridian #418363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 22.03%
G = 44.41%
B = 33.56%

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

#418363 (or 0x418363) is known color: Viridian. HEX triplet: 41, 83 and 63. RGB value is (65,131,99). Sum of RGB (Red+Green+Blue) = 65+131+99=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #418363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418363 is #BE7C9C. Grayscale: #6B6B6B. Windows color (decimal): -12483741 or 6521665. OLE color: 6521665.

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

Color convert

RGB 65 131 99 -
CMYK 0.50 0 0.24 0.49
HSL 150.91º 0.34% 0.38% -
HSV(B) 150.91º 0.5% 0.51% -
XYZ 12.55 18.26 14.67 -
YUV 107.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 65 131 99 0.50 0 0.24 0.49 150.91 0.34 0.38
Hex 41 83 63 32 0 18 31 97 22 26
Octal 101 203 143 62 0 30 61 227 42 46
Binary 1000001 10000011 1100011 110010 0 11000 110001 10010111 100010 100110

Color Harmonies of #418363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418363

Black with #418363

Text Example


Text Example

White with #418363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418363; }

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

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

background-color css

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

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

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

border-color css

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

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

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