Html Css Color HEX #468370 Viridian

📋 copy color: '#468370'

red 70 ◦ green 131 ◦ blue 112

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

Shades of Viridian #468370

Tints of Viridian #468370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

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

R = 22.36%
G = 41.85%
B = 35.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#468370 (or 0x468370) is known color: Viridian. HEX triplet: 46, 83 and 70. RGB value is (70,131,112). Sum of RGB (Red+Green+Blue) = 70+131+112=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #468370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468370 is #B97C8F. Grayscale: #6E6E6E. Windows color (decimal): -12156048 or 7373638. OLE color: 7373638.

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

Color convert

RGB 70 131 112 -
CMYK 0.47 0 0.15 0.49
HSL 161.31º 0.3% 0.39% -
HSV(B) 161.31º 0.47% 0.51% -
XYZ 13.57 18.7 18.22 -
YUV 110.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 70 131 112 0.47 0 0.15 0.49 161.31 0.3 0.39
Hex 46 83 70 2F 0 F 31 A1 1E 27
Octal 106 203 160 57 0 17 61 241 36 47
Binary 1000110 10000011 1110000 101111 0 1111 110001 10100001 11110 100111

Color Harmonies of #468370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468370

Black with #468370

Text Example


Text Example

White with #468370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468370; }

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

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

background-color css

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

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

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

border-color css

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

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

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