Html Css Color HEX #418673 Viridian

📋 copy color: '#418673'

red 65 ◦ green 134 ◦ blue 115

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

Shades of Viridian #418673

Tints of Viridian #418673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 20.7%
G = 42.68%
B = 36.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#418673 (or 0x418673) is known color: Viridian. HEX triplet: 41, 86 and 73. RGB value is (65,134,115). Sum of RGB (Red+Green+Blue) = 65+134+115=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #418673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418673 is #BE798C. Grayscale: #6F6F6F. Windows color (decimal): -12482957 or 7571009. OLE color: 7571009.

HSL color Cylindrical-coordinate representation of color #418673: hue angle of 163.48º 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 #418673 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 115 -
CMYK 0.51 0 0.14 0.47
HSL 163.48º 0.35% 0.39% -
HSV(B) 163.48º 0.51% 0.53% -
XYZ 13.8 19.41 19.24 -
YUV 111.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 65 134 115 0.51 0 0.14 0.47 163.48 0.35 0.39
Hex 41 86 73 33 0 E 2F A3 23 27
Octal 101 206 163 63 0 16 57 243 43 47
Binary 1000001 10000110 1110011 110011 0 1110 101111 10100011 100011 100111

Color Harmonies of #418673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418673

Black with #418673

Text Example


Text Example

White with #418673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418673; }

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

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

background-color css

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

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

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

border-color css

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

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

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