Html Css Color HEX #467462 Viridian

📋 copy color: '#467462'

red 70 ◦ green 116 ◦ blue 98

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

Shades of Viridian #467462

Tints of Viridian #467462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 24.65%
G = 40.85%
B = 34.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#467462 (or 0x467462) is known color: Viridian. HEX triplet: 46, 74 and 62. RGB value is (70,116,98). Sum of RGB (Red+Green+Blue) = 70+116+98=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #467462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467462 is #B98B9D. Grayscale: #646464. Windows color (decimal): -12159902 or 6452294. OLE color: 6452294.

HSL color Cylindrical-coordinate representation of color #467462: hue angle of 156.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467462 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 98 -
CMYK 0.40 0 0.16 0.55
HSL 156.52º 0.25% 0.36% -
HSV(B) 156.52º 0.4% 0.45% -
XYZ 10.98 14.67 13.81 -
YUV 100.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 70 116 98 0.40 0 0.16 0.55 156.52 0.25 0.36
Hex 46 74 62 28 0 10 37 9D 19 24
Octal 106 164 142 50 0 20 67 235 31 44
Binary 1000110 1110100 1100010 101000 0 10000 110111 10011101 11001 100100

Color Harmonies of #467462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467462

Black with #467462

Text Example


Text Example

White with #467462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467462; }

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

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

background-color css

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

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

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

border-color css

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

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

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