Html Css Color HEX #418B6F Viridian

📋 copy color: '#418B6F'

red 65 ◦ green 139 ◦ blue 111

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

Shades of Viridian #418B6F

Tints of Viridian #418B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.13%

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

R = 20.63%
G = 44.13%
B = 35.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#418B6F (or 0x418B6F) is known color: Viridian. HEX triplet: 41, 8B and 6F. RGB value is (65,139,111). Sum of RGB (Red+Green+Blue) = 65+139+111=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #418B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B6F is #BE7490. Grayscale: #717171. Windows color (decimal): -12481681 or 7310145. OLE color: 7310145.

HSL color Cylindrical-coordinate representation of color #418B6F: hue angle of 157.3º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B6F is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 139 111 -
CMYK 0.53 0 0.20 0.45
HSL 157.3º 0.36% 0.4% -
HSV(B) 157.3º 0.53% 0.55% -
XYZ 14.28 20.74 18.29 -
YUV 113.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 65 139 111 0.53 0 0.20 0.45 157.3 0.36 0.4
Hex 41 8B 6F 35 0 14 2D 9D 24 28
Octal 101 213 157 65 0 24 55 235 44 50
Binary 1000001 10001011 1101111 110101 0 10100 101101 10011101 100100 101000

Color Harmonies of #418B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418B6F

Black with #418B6F

Text Example


Text Example

White with #418B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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