Html Css Color HEX #46906C Viridian

📋 copy color: '#46906C'

red 70 ◦ green 144 ◦ blue 108

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

Shades of Viridian #46906C

Tints of Viridian #46906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

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

R = 21.74%
G = 44.72%
B = 33.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#46906C (or 0x46906C) is known color: Viridian. HEX triplet: 46, 90 and 6C. RGB value is (70,144,108). Sum of RGB (Red+Green+Blue) = 70+144+108=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #46906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46906C is #B96F93. Grayscale: #757575. Windows color (decimal): -12152724 or 7114822. OLE color: 7114822.

HSL color Cylindrical-coordinate representation of color #46906C: hue angle of 150.81º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46906C is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 108 -
CMYK 0.51 0 0.25 0.44
HSL 150.81º 0.35% 0.42% -
HSV(B) 150.81º 0.51% 0.56% -
XYZ 15.21 22.33 17.7 -
YUV 117.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 70 144 108 0.51 0 0.25 0.44 150.81 0.35 0.42
Hex 46 90 6C 33 0 19 2C 97 23 2A
Octal 106 220 154 63 0 31 54 227 43 52
Binary 1000110 10010000 1101100 110011 0 11001 101100 10010111 100011 101010

Color Harmonies of #46906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46906C

Black with #46906C

Text Example


Text Example

White with #46906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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