Html Css Color HEX #418E6F Viridian

📋 copy color: '#418E6F'

red 65 ◦ green 142 ◦ blue 111

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

Shades of Viridian #418E6F

Tints of Viridian #418E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.65%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 20.44%
G = 44.65%
B = 34.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#418E6F (or 0x418E6F) is known color: Viridian. HEX triplet: 41, 8E and 6F. RGB value is (65,142,111). Sum of RGB (Red+Green+Blue) = 65+142+111=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #418E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418E6F is #BE7190. Grayscale: #737373. Windows color (decimal): -12480913 or 7310913. OLE color: 7310913.

HSL color Cylindrical-coordinate representation of color #418E6F: hue angle of 155.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E6F is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 142 111 -
CMYK 0.54 0 0.22 0.44
HSL 155.84º 0.37% 0.41% -
HSV(B) 155.84º 0.54% 0.56% -
XYZ 14.72 21.62 18.44 -
YUV 115.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 65 142 111 0.54 0 0.22 0.44 155.84 0.37 0.41
Hex 41 8E 6F 36 0 16 2C 9C 25 29
Octal 101 216 157 66 0 26 54 234 45 51
Binary 1000001 10001110 1101111 110110 0 10110 101100 10011100 100101 101001

Color Harmonies of #418E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418E6F

Black with #418E6F

Text Example


Text Example

White with #418E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418E6F; }

 p { color: rgb(65,142,111); }

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

background-color css

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

 a { background-color: rgb(65,142,111); }

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

border-color css

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

 span { border-color: rgb(65,142,111); }

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