Html Css Color HEX #418071 Viridian

📋 copy color: '#418071'

red 65 ◦ green 128 ◦ blue 113

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

Shades of Viridian #418071

Tints of Viridian #418071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 21.24%
G = 41.83%
B = 36.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#418071 (or 0x418071) is known color: Viridian. HEX triplet: 41, 80 and 71. RGB value is (65,128,113). Sum of RGB (Red+Green+Blue) = 65+128+113=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #418071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418071 is #BE7F8E. Grayscale: #6B6B6B. Windows color (decimal): -12484495 or 7438401. OLE color: 7438401.

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

Color convert

RGB 65 128 113 -
CMYK 0.49 0 0.12 0.50
HSL 165.71º 0.33% 0.38% -
HSV(B) 165.71º 0.49% 0.5% -
XYZ 12.88 17.75 18.37 -
YUV 107.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 65 128 113 0.49 0 0.12 0.50 165.71 0.33 0.38
Hex 41 80 71 31 0 C 32 A6 21 26
Octal 101 200 161 61 0 14 62 246 41 46
Binary 1000001 10000000 1110001 110001 0 1100 110010 10100110 100001 100110

Color Harmonies of #418071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418071

Black with #418071

Text Example


Text Example

White with #418071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418071; }

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

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

background-color css

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

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

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

border-color css

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

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

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