Html Css Color HEX #468270 Viridian

📋 copy color: '#468270'

red 70 ◦ green 130 ◦ blue 112

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

Shades of Viridian #468270

Tints of Viridian #468270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 22.44%
G = 41.67%
B = 35.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#468270 (or 0x468270) is known color: Viridian. HEX triplet: 46, 82 and 70. RGB value is (70,130,112). Sum of RGB (Red+Green+Blue) = 70+130+112=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #468270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468270 is #B97D8F. Grayscale: #6E6E6E. Windows color (decimal): -12156304 or 7373382. OLE color: 7373382.

HSL color Cylindrical-coordinate representation of color #468270: hue angle of 162º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468270 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 112 -
CMYK 0.46 0 0.14 0.49
HSL 162º 0.3% 0.39% -
HSV(B) 162º 0.46% 0.51% -
XYZ 13.43 18.44 18.18 -
YUV 110.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 70 130 112 0.46 0 0.14 0.49 162 0.3 0.39
Hex 46 82 70 2E 0 E 31 A2 1E 27
Octal 106 202 160 56 0 16 61 242 36 47
Binary 1000110 10000010 1110000 101110 0 1110 110001 10100010 11110 100111

Color Harmonies of #468270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468270

Black with #468270

Text Example


Text Example

White with #468270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468270; }

 p { color: rgb(70,130,112); }

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

background-color css

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

 a { background-color: rgb(70,130,112); }

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

border-color css

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

 span { border-color: rgb(70,130,112); }

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