Html Css Color HEX #465B51 Viridian Green

📋 copy color: '#465B51'

red 70 ◦ green 91 ◦ blue 81

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

Shades of Viridian Green #465B51

Tints of Viridian Green #465B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 28.93%
G = 37.6%
B = 33.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#465B51 (or 0x465B51) is known color: Viridian Green. HEX triplet: 46, 5B and 51. RGB value is (70,91,81). Sum of RGB (Red+Green+Blue) = 70+91+81=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #465B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B51 is #B9A4AE. Grayscale: #535353. Windows color (decimal): -12166319 or 5331782. OLE color: 5331782.

HSL color Cylindrical-coordinate representation of color #465B51: hue angle of 151.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B51 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 81 -
CMYK 0.23 0 0.11 0.64
HSL 151.43º 0.13% 0.32% -
HSV(B) 151.43º 0.23% 0.36% -
XYZ 7.75 9.38 9.19 -
YUV 83.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 70 91 81 0.23 0 0.11 0.64 151.43 0.13 0.32
Hex 46 5B 51 17 0 B 40 97 D 20
Octal 106 133 121 27 0 13 100 227 15 40
Binary 1000110 1011011 1010001 10111 0 1011 1000000 10010111 1101 100000

Color Harmonies of #465B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B51

Black with #465B51

Text Example


Text Example

White with #465B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B51; }

 p { color: rgb(70,91,81); }

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

background-color css

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

 a { background-color: rgb(70,91,81); }

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

border-color css

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

 span { border-color: rgb(70,91,81); }

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