Html Css Color HEX #46926F Viridian

📋 copy color: '#46926F'

red 70 ◦ green 146 ◦ blue 111

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

Shades of Viridian #46926F

Tints of Viridian #46926F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 21.41%
G = 44.65%
B = 33.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#46926F (or 0x46926F) is known color: Viridian. HEX triplet: 46, 92 and 6F. RGB value is (70,146,111). Sum of RGB (Red+Green+Blue) = 70+146+111=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #46926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46926F is #B96D90. Grayscale: #777777. Windows color (decimal): -12152209 or 7311942. OLE color: 7311942.

HSL color Cylindrical-coordinate representation of color #46926F: hue angle of 152.37º 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 #46926F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 111 -
CMYK 0.52 0 0.24 0.43
HSL 152.37º 0.35% 0.42% -
HSV(B) 152.37º 0.52% 0.57% -
XYZ 15.67 23.01 18.65 -
YUV 119.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 70 146 111 0.52 0 0.24 0.43 152.37 0.35 0.42
Hex 46 92 6F 34 0 18 2B 98 23 2A
Octal 106 222 157 64 0 30 53 230 43 52
Binary 1000110 10010010 1101111 110100 0 11000 101011 10011000 100011 101010

Color Harmonies of #46926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46926F

Black with #46926F

Text Example


Text Example

White with #46926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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