Html Css Color HEX #46896C Viridian

📋 copy color: '#46896C'

red 70 ◦ green 137 ◦ blue 108

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

Shades of Viridian #46896C

Tints of Viridian #46896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 22.22%
G = 43.49%
B = 34.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#46896C (or 0x46896C) is known color: Viridian. HEX triplet: 46, 89 and 6C. RGB value is (70,137,108). Sum of RGB (Red+Green+Blue) = 70+137+108=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #46896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46896C is #B97693. Grayscale: #717171. Windows color (decimal): -12154516 or 7113030. OLE color: 7113030.

HSL color Cylindrical-coordinate representation of color #46896C: hue angle of 154.03º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46896C is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 108 -
CMYK 0.49 0 0.21 0.46
HSL 154.03º 0.32% 0.41% -
HSV(B) 154.03º 0.49% 0.54% -
XYZ 14.18 20.28 17.35 -
YUV 113.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 70 137 108 0.49 0 0.21 0.46 154.03 0.32 0.41
Hex 46 89 6C 31 0 15 2E 9A 20 29
Octal 106 211 154 61 0 25 56 232 40 51
Binary 1000110 10001001 1101100 110001 0 10101 101110 10011010 100000 101001

Color Harmonies of #46896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46896C

Black with #46896C

Text Example


Text Example

White with #46896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46896C; }

 p { color: rgb(70,137,108); }

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

background-color css

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

 a { background-color: rgb(70,137,108); }

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

border-color css

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

 span { border-color: rgb(70,137,108); }

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