Html Css Color HEX #465F53 Viridian Green

📋 copy color: '#465F53'

red 70 ◦ green 95 ◦ blue 83

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

Shades of Viridian Green #465F53

Tints of Viridian Green #465F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.31%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 28.23%
G = 38.31%
B = 33.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#465F53 (or 0x465F53) is known color: Viridian Green. HEX triplet: 46, 5F and 53. RGB value is (70,95,83). Sum of RGB (Red+Green+Blue) = 70+95+83=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #465F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F53 is #B9A0AC. Grayscale: #565656. Windows color (decimal): -12165293 or 5463878. OLE color: 5463878.

HSL color Cylindrical-coordinate representation of color #465F53: hue angle of 151.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465F53 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 95 83 -
CMYK 0.26 0 0.13 0.63
HSL 151.2º 0.15% 0.32% -
HSV(B) 151.2º 0.26% 0.37% -
XYZ 8.18 10.11 9.7 -
YUV 86.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 70 95 83 0.26 0 0.13 0.63 151.2 0.15 0.32
Hex 46 5F 53 1A 0 D 3F 97 F 20
Octal 106 137 123 32 0 15 77 227 17 40
Binary 1000110 1011111 1010011 11010 0 1101 111111 10010111 1111 100000

Color Harmonies of #465F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F53

Black with #465F53

Text Example


Text Example

White with #465F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,95,83); }

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

background-color css

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

 a { background-color: rgb(70,95,83); }

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

border-color css

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

 span { border-color: rgb(70,95,83); }

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