Html Css Color HEX #418A6E Viridian

📋 copy color: '#418A6E'

red 65 ◦ green 138 ◦ blue 110

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

Shades of Viridian #418A6E

Tints of Viridian #418A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 20.77%
G = 44.09%
B = 35.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#418A6E (or 0x418A6E) is known color: Viridian. HEX triplet: 41, 8A and 6E. RGB value is (65,138,110). Sum of RGB (Red+Green+Blue) = 65+138+110=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #418A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A6E is #BE7591. Grayscale: #717171. Windows color (decimal): -12481938 or 7244353. OLE color: 7244353.

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

Color convert

RGB 65 138 110 -
CMYK 0.53 0 0.20 0.46
HSL 156.99º 0.36% 0.4% -
HSV(B) 156.99º 0.53% 0.54% -
XYZ 14.08 20.43 17.95 -
YUV 112.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 65 138 110 0.53 0 0.20 0.46 156.99 0.36 0.4
Hex 41 8A 6E 35 0 14 2E 9D 24 28
Octal 101 212 156 65 0 24 56 235 44 50
Binary 1000001 10001010 1101110 110101 0 10100 101110 10011101 100100 101000

Color Harmonies of #418A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A6E

Black with #418A6E

Text Example


Text Example

White with #418A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,110); }

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

background-color css

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

 a { background-color: rgb(65,138,110); }

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

border-color css

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

 span { border-color: rgb(65,138,110); }

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