Html Css Color HEX #418E6C Viridian

📋 copy color: '#418E6C'

red 65 ◦ green 142 ◦ blue 108

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

Shades of Viridian #418E6C

Tints of Viridian #418E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 20.63%
G = 45.08%
B = 34.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#418E6C (or 0x418E6C) is known color: Viridian. HEX triplet: 41, 8E and 6C. RGB value is (65,142,108). Sum of RGB (Red+Green+Blue) = 65+142+108=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #418E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418E6C is #BE7193. Grayscale: #737373. Windows color (decimal): -12480916 or 7114305. OLE color: 7114305.

HSL color Cylindrical-coordinate representation of color #418E6C: hue angle of 153.51º 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 #418E6C is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 142 108 -
CMYK 0.54 0 0.24 0.44
HSL 153.51º 0.37% 0.41% -
HSV(B) 153.51º 0.54% 0.56% -
XYZ 14.56 21.55 17.58 -
YUV 115.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 65 142 108 0.54 0 0.24 0.44 153.51 0.37 0.41
Hex 41 8E 6C 36 0 18 2C 9A 25 29
Octal 101 216 154 66 0 30 54 232 45 51
Binary 1000001 10001110 1101100 110110 0 11000 101100 10011010 100101 101001

Color Harmonies of #418E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418E6C

Black with #418E6C

Text Example


Text Example

White with #418E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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