Html Css Color HEX #418262 Viridian

📋 copy color: '#418262'

red 65 ◦ green 130 ◦ blue 98

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

Shades of Viridian #418262

Tints of Viridian #418262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

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

R = 22.18%
G = 44.37%
B = 33.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#418262 (or 0x418262) is known color: Viridian. HEX triplet: 41, 82 and 62. RGB value is (65,130,98). Sum of RGB (Red+Green+Blue) = 65+130+98=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #418262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418262 is #BE7D9D. Grayscale: #6A6A6A. Windows color (decimal): -12483998 or 6455873. OLE color: 6455873.

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

Color convert

RGB 65 130 98 -
CMYK 0.50 0 0.25 0.49
HSL 150.46º 0.33% 0.38% -
HSV(B) 150.46º 0.5% 0.51% -
XYZ 12.37 17.97 14.37 -
YUV 106.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 65 130 98 0.50 0 0.25 0.49 150.46 0.33 0.38
Hex 41 82 62 32 0 19 31 96 21 26
Octal 101 202 142 62 0 31 61 226 41 46
Binary 1000001 10000010 1100010 110010 0 11001 110001 10010110 100001 100110

Color Harmonies of #418262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418262

Black with #418262

Text Example


Text Example

White with #418262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418262; }

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

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

background-color css

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

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

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

border-color css

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

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

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