Html Css Color HEX #468571 Viridian

📋 copy color: '#468571'

red 70 ◦ green 133 ◦ blue 113

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

Shades of Viridian #468571

Tints of Viridian #468571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 22.15%
G = 42.09%
B = 35.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#468571 (or 0x468571) is known color: Viridian. HEX triplet: 46, 85 and 71. RGB value is (70,133,113). Sum of RGB (Red+Green+Blue) = 70+133+113=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #468571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468571 is #B97A8E. Grayscale: #6F6F6F. Windows color (decimal): -12155535 or 7439686. OLE color: 7439686.

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

Color convert

RGB 70 133 113 -
CMYK 0.47 0 0.15 0.48
HSL 160.95º 0.31% 0.4% -
HSV(B) 160.95º 0.47% 0.52% -
XYZ 13.89 19.27 18.61 -
YUV 111.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 70 133 113 0.47 0 0.15 0.48 160.95 0.31 0.4
Hex 46 85 71 2F 0 F 30 A1 1F 28
Octal 106 205 161 57 0 17 60 241 37 50
Binary 1000110 10000101 1110001 101111 0 1111 110000 10100001 11111 101000

Color Harmonies of #468571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468571

Black with #468571

Text Example


Text Example

White with #468571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468571; }

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

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

background-color css

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

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

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

border-color css

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

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

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