Html Css Color HEX #418476 Viridian

📋 copy color: '#418476'

red 65 ◦ green 132 ◦ blue 118

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

Shades of Viridian #418476

Tints of Viridian #418476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 20.63%
G = 41.9%
B = 37.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#418476 (or 0x418476) is known color: Viridian. HEX triplet: 41, 84 and 76. RGB value is (65,132,118). Sum of RGB (Red+Green+Blue) = 65+132+118=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #418476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418476 is #BE7B89. Grayscale: #6E6E6E. Windows color (decimal): -12483466 or 7767105. OLE color: 7767105.

HSL color Cylindrical-coordinate representation of color #418476: hue angle of 167.46º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418476 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 118 -
CMYK 0.51 0 0.11 0.48
HSL 167.46º 0.34% 0.39% -
HSV(B) 167.46º 0.51% 0.52% -
XYZ 13.7 18.93 20.07 -
YUV 110.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 65 132 118 0.51 0 0.11 0.48 167.46 0.34 0.39
Hex 41 84 76 33 0 B 30 A7 22 27
Octal 101 204 166 63 0 13 60 247 42 47
Binary 1000001 10000100 1110110 110011 0 1011 110000 10100111 100010 100111

Color Harmonies of #418476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418476

Black with #418476

Text Example


Text Example

White with #418476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418476; }

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

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

background-color css

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

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

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

border-color css

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

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

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