Html Css Color HEX #465C52 Viridian Green

📋 copy color: '#465C52'

red 70 ◦ green 92 ◦ blue 82

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

Shades of Viridian Green #465C52

Tints of Viridian Green #465C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 28.69%
G = 37.7%
B = 33.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#465C52 (or 0x465C52) is known color: Viridian Green. HEX triplet: 46, 5C and 52. RGB value is (70,92,82). Sum of RGB (Red+Green+Blue) = 70+92+82=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #465C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C52 is #B9A3AD. Grayscale: #545454. Windows color (decimal): -12166062 or 5397574. OLE color: 5397574.

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

Color convert

RGB 70 92 82 -
CMYK 0.24 0 0.11 0.64
HSL 152.73º 0.14% 0.32% -
HSV(B) 152.73º 0.24% 0.36% -
XYZ 7.88 9.57 9.41 -
YUV 84.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 70 92 82 0.24 0 0.11 0.64 152.73 0.14 0.32
Hex 46 5C 52 18 0 B 40 99 E 20
Octal 106 134 122 30 0 13 100 231 16 40
Binary 1000110 1011100 1010010 11000 0 1011 1000000 10011001 1110 100000

Color Harmonies of #465C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C52

Black with #465C52

Text Example


Text Example

White with #465C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,92,82); }

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

background-color css

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

 a { background-color: rgb(70,92,82); }

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

border-color css

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

 span { border-color: rgb(70,92,82); }

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