Html Css Color HEX #418362 Viridian

📋 copy color: '#418362'

red 65 ◦ green 131 ◦ blue 98

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

Shades of Viridian #418362

Tints of Viridian #418362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 22.11%
G = 44.56%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#418362 (or 0x418362) is known color: Viridian. HEX triplet: 41, 83 and 62. RGB value is (65,131,98). Sum of RGB (Red+Green+Blue) = 65+131+98=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #418362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418362 is #BE7C9D. Grayscale: #6B6B6B. Windows color (decimal): -12483742 or 6456129. OLE color: 6456129.

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

Color convert

RGB 65 131 98 -
CMYK 0.50 0 0.25 0.49
HSL 150º 0.34% 0.38% -
HSV(B) 150º 0.5% 0.51% -
XYZ 12.5 18.24 14.42 -
YUV 107.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 65 131 98 0.50 0 0.25 0.49 150 0.34 0.38
Hex 41 83 62 32 0 19 31 96 22 26
Octal 101 203 142 62 0 31 61 226 42 46
Binary 1000001 10000011 1100010 110010 0 11001 110001 10010110 100010 100110

Color Harmonies of #418362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418362

Black with #418362

Text Example


Text Example

White with #418362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418362; }

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

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

background-color css

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

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

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

border-color css

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

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

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