Html Css Color HEX #466052 Viridian Green

📋 copy color: '#466052'

red 70 ◦ green 96 ◦ blue 82

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

Shades of Viridian Green #466052

Tints of Viridian Green #466052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 28.23%
G = 38.71%
B = 33.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#466052 (or 0x466052) is known color: Viridian Green. HEX triplet: 46, 60 and 52. RGB value is (70,96,82). Sum of RGB (Red+Green+Blue) = 70+96+82=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #466052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466052 is #B99FAD. Grayscale: #565656. Windows color (decimal): -12165038 or 5398598. OLE color: 5398598.

HSL color Cylindrical-coordinate representation of color #466052: hue angle of 147.69º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #466052 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 82 -
CMYK 0.27 0 0.15 0.62
HSL 147.69º 0.16% 0.33% -
HSV(B) 147.69º 0.27% 0.38% -
XYZ 8.23 10.28 9.53 -
YUV 86.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 70 96 82 0.27 0 0.15 0.62 147.69 0.16 0.33
Hex 46 60 52 1B 0 F 3E 94 10 21
Octal 106 140 122 33 0 17 76 224 20 41
Binary 1000110 1100000 1010010 11011 0 1111 111110 10010100 10000 100001

Color Harmonies of #466052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466052

Black with #466052

Text Example


Text Example

White with #466052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466052; }

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

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

background-color css

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

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

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

border-color css

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

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

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