Html Css Color HEX #418065 Viridian

📋 copy color: '#418065'

red 65 ◦ green 128 ◦ blue 101

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

Shades of Viridian #418065

Tints of Viridian #418065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 22.11%
G = 43.54%
B = 34.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#418065 (or 0x418065) is known color: Viridian. HEX triplet: 41, 80 and 65. RGB value is (65,128,101). Sum of RGB (Red+Green+Blue) = 65+128+101=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #418065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418065 is #BE7F9A. Grayscale: #6A6A6A. Windows color (decimal): -12484507 or 6651969. OLE color: 6651969.

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

Color convert

RGB 65 128 101 -
CMYK 0.49 0 0.21 0.50
HSL 154.29º 0.33% 0.38% -
HSV(B) 154.29º 0.49% 0.5% -
XYZ 12.25 17.5 15.04 -
YUV 106.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 65 128 101 0.49 0 0.21 0.50 154.29 0.33 0.38
Hex 41 80 65 31 0 15 32 9A 21 26
Octal 101 200 145 61 0 25 62 232 41 46
Binary 1000001 10000000 1100101 110001 0 10101 110010 10011010 100001 100110

Color Harmonies of #418065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418065

Black with #418065

Text Example


Text Example

White with #418065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418065; }

 p { color: rgb(65,128,101); }

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

background-color css

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

 a { background-color: rgb(65,128,101); }

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

border-color css

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

 span { border-color: rgb(65,128,101); }

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