Html Css Color HEX #418773 Viridian

📋 copy color: '#418773'

red 65 ◦ green 135 ◦ blue 115

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

Shades of Viridian #418773

Tints of Viridian #418773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.86%

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

R = 20.63%
G = 42.86%
B = 36.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#418773 (or 0x418773) is known color: Viridian. HEX triplet: 41, 87 and 73. RGB value is (65,135,115). Sum of RGB (Red+Green+Blue) = 65+135+115=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #418773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418773 is #BE788C. Grayscale: #6F6F6F. Windows color (decimal): -12482701 or 7571265. OLE color: 7571265.

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

Color convert

RGB 65 135 115 -
CMYK 0.52 0 0.15 0.47
HSL 162.86º 0.35% 0.39% -
HSV(B) 162.86º 0.52% 0.53% -
XYZ 13.94 19.69 19.29 -
YUV 111.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 65 135 115 0.52 0 0.15 0.47 162.86 0.35 0.39
Hex 41 87 73 34 0 F 2F A3 23 27
Octal 101 207 163 64 0 17 57 243 43 47
Binary 1000001 10000111 1110011 110100 0 1111 101111 10100011 100011 100111

Color Harmonies of #418773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418773

Black with #418773

Text Example


Text Example

White with #418773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418773; }

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

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

background-color css

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

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

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

border-color css

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

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

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