Html Css Color HEX #468773 Viridian

📋 copy color: '#468773'

red 70 ◦ green 135 ◦ blue 115

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

Shades of Viridian #468773

Tints of Viridian #468773

RGB

 RED value IS 70 (27.73% from 255) = 21.88%

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

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

R = 21.88%
G = 42.19%
B = 35.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#468773 (or 0x468773) is known color: Viridian. HEX triplet: 46, 87 and 73. RGB value is (70,135,115). Sum of RGB (Red+Green+Blue) = 70+135+115=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #468773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468773 is #B9788C. Grayscale: #717171. Windows color (decimal): -12155021 or 7571270. OLE color: 7571270.

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

Color convert

RGB 70 135 115 -
CMYK 0.48 0 0.15 0.47
HSL 161.54º 0.32% 0.4% -
HSV(B) 161.54º 0.48% 0.53% -
XYZ 14.28 19.87 19.3 -
YUV 113.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 70 135 115 0.48 0 0.15 0.47 161.54 0.32 0.4
Hex 46 87 73 30 0 F 2F A2 20 28
Octal 106 207 163 60 0 17 57 242 40 50
Binary 1000110 10000111 1110011 110000 0 1111 101111 10100010 100000 101000

Color Harmonies of #468773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468773

Black with #468773

Text Example


Text Example

White with #468773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468773; }

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

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

background-color css

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

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

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

border-color css

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

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

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