Html Css Color HEX #418370 Viridian

📋 copy color: '#418370'

red 65 ◦ green 131 ◦ blue 112

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

Shades of Viridian #418370

Tints of Viridian #418370

RGB

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

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

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

R = 21.1%
G = 42.53%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#418370 (or 0x418370) is known color: Viridian. HEX triplet: 41, 83 and 70. RGB value is (65,131,112). Sum of RGB (Red+Green+Blue) = 65+131+112=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #418370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418370 is #BE7C8F. Grayscale: #6D6D6D. Windows color (decimal): -12483728 or 7373633. OLE color: 7373633.

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

Color convert

RGB 65 131 112 -
CMYK 0.50 0 0.15 0.49
HSL 162.73º 0.34% 0.38% -
HSV(B) 162.73º 0.5% 0.51% -
XYZ 13.22 18.53 18.21 -
YUV 109.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 65 131 112 0.50 0 0.15 0.49 162.73 0.34 0.38
Hex 41 83 70 32 0 F 31 A3 22 26
Octal 101 203 160 62 0 17 61 243 42 46
Binary 1000001 10000011 1110000 110010 0 1111 110001 10100011 100010 100110

Color Harmonies of #418370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418370

Black with #418370

Text Example


Text Example

White with #418370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418370; }

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

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

background-color css

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

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

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

border-color css

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

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

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