Html Css Color HEX #468573 Viridian

📋 copy color: '#468573'

red 70 ◦ green 133 ◦ blue 115

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

Shades of Viridian #468573

Tints of Viridian #468573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

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

R = 22.01%
G = 41.82%
B = 36.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#468573 (or 0x468573) is known color: Viridian. HEX triplet: 46, 85 and 73. RGB value is (70,133,115). Sum of RGB (Red+Green+Blue) = 70+133+115=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #468573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468573 is #B97A8C. Grayscale: #707070. Windows color (decimal): -12155533 or 7570758. OLE color: 7570758.

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

Color convert

RGB 70 133 115 -
CMYK 0.47 0 0.14 0.48
HSL 162.86º 0.31% 0.4% -
HSV(B) 162.86º 0.47% 0.52% -
XYZ 14.01 19.31 19.21 -
YUV 112.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 70 133 115 0.47 0 0.14 0.48 162.86 0.31 0.4
Hex 46 85 73 2F 0 E 30 A3 1F 28
Octal 106 205 163 57 0 16 60 243 37 50
Binary 1000110 10000101 1110011 101111 0 1110 110000 10100011 11111 101000

Color Harmonies of #468573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468573

Black with #468573

Text Example


Text Example

White with #468573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468573; }

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

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

background-color css

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

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

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

border-color css

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

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

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