Html Css Color HEX #418674 Viridian

📋 copy color: '#418674'

red 65 ◦ green 134 ◦ blue 116

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

Shades of Viridian #418674

Tints of Viridian #418674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.54%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 20.63%
G = 42.54%
B = 36.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#418674 (or 0x418674) is known color: Viridian. HEX triplet: 41, 86 and 74. RGB value is (65,134,116). Sum of RGB (Red+Green+Blue) = 65+134+116=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #418674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418674 is #BE798B. Grayscale: #6F6F6F. Windows color (decimal): -12482956 or 7636545. OLE color: 7636545.

HSL color Cylindrical-coordinate representation of color #418674: hue angle of 164.35º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418674 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 116 -
CMYK 0.51 0 0.13 0.47
HSL 164.35º 0.35% 0.39% -
HSV(B) 164.35º 0.51% 0.53% -
XYZ 13.86 19.43 19.54 -
YUV 111.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 65 134 116 0.51 0 0.13 0.47 164.35 0.35 0.39
Hex 41 86 74 33 0 D 2F A4 23 27
Octal 101 206 164 63 0 15 57 244 43 47
Binary 1000001 10000110 1110100 110011 0 1101 101111 10100100 100011 100111

Color Harmonies of #418674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418674

Black with #418674

Text Example


Text Example

White with #418674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418674; }

 p { color: rgb(65,134,116); }

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

background-color css

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

 a { background-color: rgb(65,134,116); }

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

border-color css

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

 span { border-color: rgb(65,134,116); }

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