Html Css Color HEX #418276 Viridian

📋 copy color: '#418276'

red 65 ◦ green 130 ◦ blue 118

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

Shades of Viridian #418276

Tints of Viridian #418276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 20.77%
G = 41.53%
B = 37.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#418276 (or 0x418276) is known color: Viridian. HEX triplet: 41, 82 and 76. RGB value is (65,130,118). Sum of RGB (Red+Green+Blue) = 65+130+118=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #418276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418276 is #BE7D89. Grayscale: #6D6D6D. Windows color (decimal): -12483978 or 7766593. OLE color: 7766593.

HSL color Cylindrical-coordinate representation of color #418276: hue angle of 168.92º 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 #418276 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 118 -
CMYK 0.50 0 0.09 0.49
HSL 168.92º 0.33% 0.38% -
HSV(B) 168.92º 0.5% 0.51% -
XYZ 13.43 18.4 19.98 -
YUV 109.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 65 130 118 0.50 0 0.09 0.49 168.92 0.33 0.38
Hex 41 82 76 32 0 9 31 A9 21 26
Octal 101 202 166 62 0 11 61 251 41 46
Binary 1000001 10000010 1110110 110010 0 1001 110001 10101001 100001 100110

Color Harmonies of #418276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418276

Black with #418276

Text Example


Text Example

White with #418276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418276; }

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

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

background-color css

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

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

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

border-color css

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

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

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