Html Css Color HEX #418062 Viridian

📋 copy color: '#418062'

red 65 ◦ green 128 ◦ blue 98

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

Shades of Viridian #418062

Tints of Viridian #418062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 22.34%
G = 43.99%
B = 33.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#418062 (or 0x418062) is known color: Viridian. HEX triplet: 41, 80 and 62. RGB value is (65,128,98). Sum of RGB (Red+Green+Blue) = 65+128+98=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #418062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418062 is #BE7F9D. Grayscale: #696969. Windows color (decimal): -12484510 or 6455361. OLE color: 6455361.

HSL color Cylindrical-coordinate representation of color #418062: hue angle of 151.43º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418062 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 98 -
CMYK 0.49 0 0.23 0.50
HSL 151.43º 0.33% 0.38% -
HSV(B) 151.43º 0.49% 0.5% -
XYZ 12.1 17.44 14.28 -
YUV 105.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 65 128 98 0.49 0 0.23 0.50 151.43 0.33 0.38
Hex 41 80 62 31 0 17 32 97 21 26
Octal 101 200 142 61 0 27 62 227 41 46
Binary 1000001 10000000 1100010 110001 0 10111 110010 10010111 100001 100110

Color Harmonies of #418062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418062

Black with #418062

Text Example


Text Example

White with #418062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418062; }

 p { color: rgb(65,128,98); }

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

background-color css

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

 a { background-color: rgb(65,128,98); }

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

border-color css

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

 span { border-color: rgb(65,128,98); }

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