Html Css Color HEX #46926E Viridian

📋 copy color: '#46926E'

red 70 ◦ green 146 ◦ blue 110

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

Shades of Viridian #46926E

Tints of Viridian #46926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 21.47%
G = 44.79%
B = 33.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#46926E (or 0x46926E) is known color: Viridian. HEX triplet: 46, 92 and 6E. RGB value is (70,146,110). Sum of RGB (Red+Green+Blue) = 70+146+110=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #46926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46926E is #B96D91. Grayscale: #777777. Windows color (decimal): -12152210 or 7246406. OLE color: 7246406.

HSL color Cylindrical-coordinate representation of color #46926E: hue angle of 151.58º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46926E is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 110 -
CMYK 0.52 0 0.25 0.43
HSL 151.58º 0.35% 0.42% -
HSV(B) 151.58º 0.52% 0.57% -
XYZ 15.62 22.99 18.37 -
YUV 119.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 70 146 110 0.52 0 0.25 0.43 151.58 0.35 0.42
Hex 46 92 6E 34 0 19 2B 98 23 2A
Octal 106 222 156 64 0 31 53 230 43 52
Binary 1000110 10010010 1101110 110100 0 11001 101011 10011000 100011 101010

Color Harmonies of #46926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46926E

Black with #46926E

Text Example


Text Example

White with #46926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46926E; }

 p { color: rgb(70,146,110); }

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

background-color css

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

 a { background-color: rgb(70,146,110); }

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

border-color css

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

 span { border-color: rgb(70,146,110); }

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