Html Css Color HEX #467362 Viridian

📋 copy color: '#467362'

red 70 ◦ green 115 ◦ blue 98

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

Shades of Viridian #467362

Tints of Viridian #467362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 24.73%
G = 40.64%
B = 34.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#467362 (or 0x467362) is known color: Viridian. HEX triplet: 46, 73 and 62. RGB value is (70,115,98). Sum of RGB (Red+Green+Blue) = 70+115+98=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #467362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467362 is #B98C9D. Grayscale: #636363. Windows color (decimal): -12160158 or 6452038. OLE color: 6452038.

HSL color Cylindrical-coordinate representation of color #467362: hue angle of 157.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467362 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 98 -
CMYK 0.39 0 0.15 0.55
HSL 157.33º 0.24% 0.36% -
HSV(B) 157.33º 0.39% 0.45% -
XYZ 10.86 14.45 13.77 -
YUV 99.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 70 115 98 0.39 0 0.15 0.55 157.33 0.24 0.36
Hex 46 73 62 27 0 F 37 9D 18 24
Octal 106 163 142 47 0 17 67 235 30 44
Binary 1000110 1110011 1100010 100111 0 1111 110111 10011101 11000 100100

Color Harmonies of #467362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467362

Black with #467362

Text Example


Text Example

White with #467362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467362; }

 p { color: rgb(70,115,98); }

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

background-color css

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

 a { background-color: rgb(70,115,98); }

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

border-color css

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

 span { border-color: rgb(70,115,98); }

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