Html Css Color HEX #418070 Viridian

📋 copy color: '#418070'

red 65 ◦ green 128 ◦ blue 112

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

Shades of Viridian #418070

Tints of Viridian #418070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 21.31%
G = 41.97%
B = 36.72%

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

#418070 (or 0x418070) is known color: Viridian. HEX triplet: 41, 80 and 70. RGB value is (65,128,112). Sum of RGB (Red+Green+Blue) = 65+128+112=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #418070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418070 is #BE7F8F. Grayscale: #6B6B6B. Windows color (decimal): -12484496 or 7372865. OLE color: 7372865.

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

Color convert

RGB 65 128 112 -
CMYK 0.49 0 0.12 0.50
HSL 164.76º 0.33% 0.38% -
HSV(B) 164.76º 0.49% 0.5% -
XYZ 12.82 17.73 18.08 -
YUV 107.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 65 128 112 0.49 0 0.12 0.50 164.76 0.33 0.38
Hex 41 80 70 31 0 C 32 A5 21 26
Octal 101 200 160 61 0 14 62 245 41 46
Binary 1000001 10000000 1110000 110001 0 1100 110010 10100101 100001 100110

Color Harmonies of #418070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418070

Black with #418070

Text Example


Text Example

White with #418070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418070; }

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

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

background-color css

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

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

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

border-color css

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

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

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